X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fdevice%2Finterfaces%2Feth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot;fp=tests%2Fvpp%2Ffunc%2Finterfaces%2Feth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot;h=f7a0fbe1539adb0fad77839003ed71cf76f9008b;hp=7be9227a3e09f60f6320f658e53340bdb5d1fda4;hb=d5e7718b186ff98d0d1011bded653e86db263c50;hpb=f49a6734523f7e4ae26e357e4bd2c2df8c3de4d8 diff --git a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot b/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot similarity index 86% rename from tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot rename to tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot index 7be9227a3e..f7a0fbe153 100644 --- a/tests/vpp/func/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-func.robot +++ b/tests/vpp/device/interfaces/eth2p-eth-l2bdbasemaclrn-eth-2tap-dev.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2016 Cisco and/or its affiliates. +# Copyright (c) 2019 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -24,11 +24,15 @@ | Library | resources.libraries.python.Namespaces | Library | resources.libraries.python.IPUtil | ... -| Force Tags | HW_ENV | VM_ENV | 3_NODE_DOUBLE_LINK_TOPO | SKIP_TEST +| Force Tags | 2_NODE_SINGLE_LINK_TOPO | DEVICETEST | HW_ENV | DCR_ENV +| ... | FUNCTEST | L2BD | BASE | ETH | TAP | ... -| Test Setup | Set up TAP functional test +| Test Setup | Run Keywords | Set up VPP device test +| ... | AND | Clean Up Namespaces | ${nodes['DUT1']} | ... -| Test Teardown | Tear down TAP functional test with Linux bridge | ${bid_TAP} +| Test Teardown | Run Keywords | Tear down VPP device test +| ... | AND | Clean Up Namespaces | ${nodes['DUT1']} +| ... | AND | Linux Del Bridge | ${nodes['DUT1']} | ${bid_TAP} | ... | Documentation | *Tap Interface Traffic Tests* | ... | *[Top] Network Topologies:* TG=DUT1 2-node topology with two links @@ -53,10 +57,8 @@ | ${tap_int2}= | tap1 *** Test Cases *** -| TC01: Tap Interface Simple BD +| tc01-eth2p-ethicmpv4-l2bdbasemaclrn-eth-2tap-device_tap-simple-bd | | [Documentation] -| | ... | [Top] TG-DUT1-TG. -| | ... | [Enc] Eth-IPv4-ICMPv4. | | ... | [Cfg] On DUT1 configure two L2BD with two if's for each L2BD with MAC\ | | ... | learning and one L2BD joining two linux-TAP interfaces created by VPP\ | | ... | located in namespace. @@ -85,4 +87,4 @@ | | And Add interface to bridge domain | ${dut_node} | | ... | ${dut_to_tg_if2} | ${bid_from_TG} | 0 | | Then Send ICMP packet and verify received packet | ${tg_node} -| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2} +| | ... | ${tg_to_dut_if1} | ${tg_to_dut_if2} \ No newline at end of file