aboutsummaryrefslogtreecommitdiffstats
path: root/tests/honeycomb/func/mgmt-cfg-policer-apihc-func.robot
AgeCommit message (Collapse)AuthorFilesLines
2018-08-15HC Tests: remove EXPECTED_FAILING tag from policer tests (HC2VPP-375)Marek Gradzki1-4/+0
Translation of classify sessions was fixed in hc2vpp by https://gerrit.fd.io/r/#/c/14180/ This patch reverts https://gerrit.fd.io/r/#/c/14155/ Change-Id: Ia669fa051019585c494dacd10b9585bfff485364 Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-08-13HC Tests: mark policer tests as EXPECTED_FAILING (HC2VPP-373)Marek Gradzki1-0/+4
Change-Id: I394a024e98d74b468a821040db69c1d6eed820ea Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
2018-03-20HC Tests: move honeycomb tests out of vpp directoryMarek Gradzki1-0/+142
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>