X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Ftldk%2Ffunc%2Fipv6%2Fipv6_fragment.robot;fp=TLDK-tests%2Ffunc%2Fipv6%2Fipv6_fragment.robot;h=b8c345f85915a29fd2c7b53d3bbd0b2630e49c35;hp=ef9610b4c6566bf5370436db46c57d70d1a79555;hb=6721e7f09aa95bff6622068332a3f56afad9c87b;hpb=859157b5db45927c7b4bb0b2d575e68805777a86 diff --git a/TLDK-tests/func/ipv6/ipv6_fragment.robot b/tests/tldk/func/ipv6/ipv6_fragment.robot similarity index 87% rename from TLDK-tests/func/ipv6/ipv6_fragment.robot rename to tests/tldk/func/ipv6/ipv6_fragment.robot index ef9610b4c6..b8c345f859 100644 --- a/TLDK-tests/func/ipv6/ipv6_fragment.robot +++ b/tests/tldk/func/ipv6/ipv6_fragment.robot @@ -16,10 +16,10 @@ | Library | resources.libraries.python.Trace | Library | resources.libraries.python.TrafficScriptExecutor | Library | resources.libraries.python.TLDK.UdpTest -| Resource | resources/libraries/robot/default.robot -| Resource | resources/libraries/robot/interfaces.robot -| Resource | resources/libraries/robot/counters.robot -| Resource | resources/libraries/robot/TLDK/TLDKUtils.robot +| Resource | resources/libraries/robot/shared/default.robot +| Resource | resources/libraries/robot/shared/interfaces.robot +| Resource | resources/libraries/robot/shared/counters.robot +| Resource | resources/libraries/robot/tldk/tldk_utils.robot | Force Tags | 3_NODE_SINGLE_LINK_TOPO | VM_ENV | FUNCTEST | TLDK | Documentation | *TLDK IPv6 fragment test suite.* | ...