diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-01-26 15:46:19 +0100 |
---|---|---|
committer | Damjan Marion <dmarion.lists@gmail.com> | 2017-01-27 01:02:47 +0000 |
commit | 3900fe53fc15dbf07b86cfffa9877c7b15fb874c (patch) | |
tree | 594edd3de9ab29ec181a561dd131e99b38a695a6 | |
parent | adec5878d3ac8399a3202728b0962a350939e7d9 (diff) |
ipv4 vrf test doc cleaning
Change-Id: I0d3b47ce3c029d2ea01f9ff88a541affcbfd70db
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rw-r--r-- | test/test_ip4_vrf_multi_instance.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/test_ip4_vrf_multi_instance.py b/test/test_ip4_vrf_multi_instance.py index b427919415b..b84086ae824 100644 --- a/test/test_ip4_vrf_multi_instance.py +++ b/test/test_ip4_vrf_multi_instance.py @@ -142,7 +142,7 @@ class TestIp4VrfMultiInst(VppTestCase): raise def setUp(self): - """ip_add_del_route + """ Clear trace and packet infos before running each test. """ super(TestIp4VrfMultiInst, self).setUp() @@ -158,7 +158,7 @@ class TestIp4VrfMultiInst(VppTestCase): self.logger.info(self.vapi.ppcli("show ip arp")) def create_vrf_and_assign_interfaces(self, count, start=1): - """" + """ Create required number of FIB tables / VRFs, put 3 l2-pg interfaces to every FIB table / VRF. @@ -195,7 +195,7 @@ class TestIp4VrfMultiInst(VppTestCase): self.logger.debug(self.vapi.ppcli("show ip arp")) def delete_vrf(self, vrf_id): - """" + """ Delete required FIB table / VRF. :param int vrf_id: The FIB table / VRF ID to be deleted. @@ -307,12 +307,12 @@ class TestIp4VrfMultiInst(VppTestCase): def run_verify_test(self): """ - Create packet streams for all configured l2-pg interfaces, send all + Create packet streams for all configured l2-pg interfaces, send all \ prepared packet streams and verify that: - all packets received correctly on all pg-l2 interfaces assigned - to bridge domains + to bridge domains - no packet received on all pg-l2 interfaces not assigned to bridge - domains + domains :raise RuntimeError: If no packet captured on l2-pg interface assigned to the bridge domain or if any packet is captured on l2-pg |