aboutsummaryrefslogtreecommitdiffstats
path: root/tests/honeycomb/perf
AgeCommit message (Collapse)AuthorFilesLines
2018-06-29SetupFramework to detect failures, part IIPeter Mikus1-0/+2
- This patch is enforcing evaluation and aligning all __init__.robot files to use the same logic. Change-Id: I9e2bf5e904bb6d22f4e6a153c951c3b3c233e2fb Signed-off-by: Peter Mikus <pmikus@cisco.com>
2018-05-17HC tests: fix log archiveMarek Gradzki1-1/+1
Use 'Archive Honeycomb logs' instaed of Archive Honeycomb Logs. The keyword was renamed by https://gerrit.fd.io/r/#/c/12578/ Change-Id: Ic0e2759637ecd0056b7accc3cd96bd8510a2ed14 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-05-17HC Tests: fix CPU layout retrieval in the HC perf jobMarek Gradzki1-0/+1
Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-03-20HC Tests: move honeycomb tests out of vpp directoryMarek Gradzki4-0/+332
https://gerrit.fd.io/r/#/c/9257/ moved VPP instalation to vpp/func/__init__.robot, which is run before Honeycomb suite. Instalation process starts with removing all vpp packages, which fails because of honeycomb dependency installed by bootstrap script. This patch fixes HC func jobs by moving them to separate dir. The honeycomb/func/__init__.robot was updated to include previous content of vpp/func/__init__.robot. HC perf jobs were also moved, but they may require additional care (CSIT-1006). Change-Id: I99d94272c80a4c57c85ec5cf99cddfbeab7de663 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>