X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-policer-apihc-func.robot;fp=tests%2Ffunc%2Fhoneycomb%2Fmgmt-cfg-policer-apihc-func.robot;h=7f61780fb5d7d5d2f483176bff6c96b17ad933b0;hp=7afffad4d8e9ee8fa254347748070c1ad475cb1d;hb=6721e7f09aa95bff6622068332a3f56afad9c87b;hpb=859157b5db45927c7b4bb0b2d575e68805777a86 diff --git a/tests/func/honeycomb/mgmt-cfg-policer-apihc-func.robot b/tests/vpp/func/honeycomb/mgmt-cfg-policer-apihc-func.robot similarity index 98% rename from tests/func/honeycomb/mgmt-cfg-policer-apihc-func.robot rename to tests/vpp/func/honeycomb/mgmt-cfg-policer-apihc-func.robot index 7afffad4d8..7f61780fb5 100644 --- a/tests/func/honeycomb/mgmt-cfg-policer-apihc-func.robot +++ b/tests/vpp/func/honeycomb/mgmt-cfg-policer-apihc-func.robot @@ -21,12 +21,12 @@ | ${dscp_number}= | ${20} *** Settings *** -| Resource | resources/libraries/robot/default.robot +| Resource | resources/libraries/robot/shared/default.robot | Resource | resources/libraries/robot/honeycomb/honeycomb.robot | Resource | resources/libraries/robot/honeycomb/interfaces.robot | Resource | resources/libraries/robot/honeycomb/policer.robot | Resource | resources/libraries/robot/honeycomb/access_control_lists.robot -| Resource | resources/libraries/robot/testing_path.robot +| Resource | resources/libraries/robot/shared/testing_path.robot | Library | resources.libraries.python.Trace | Variables | resources/test_data/honeycomb/policer_variables.py | ...