X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=test%2Ftest_ip6_vrf_multi_instance.py;h=c2964b6c6c002de5b7508cacb14a5ba085d06f27;hb=d170681b24724c522adaf1e2f4f0e1f3289dbf82;hp=16069b260a260e3f8ceaa68eac2aa5503ad7e717;hpb=078d258034cef5b4ca74d9deb37b2684cc77d060;p=vpp.git diff --git a/test/test_ip6_vrf_multi_instance.py b/test/test_ip6_vrf_multi_instance.py old mode 100644 new mode 100755 index 16069b260a2..c2964b6c6c0 --- a/test/test_ip6_vrf_multi_instance.py +++ b/test/test_ip6_vrf_multi_instance.py @@ -3,9 +3,9 @@ **NOTES:** - higher number of pg-ip6 interfaces causes problems => only 15 pg-ip6 \ - interfaces in 5 VRFs are tested + interfaces in 5 VRFs are tested - jumbo packets in configuration with 15 pg-ip6 interfaces leads to \ - problems too + problems too **config 1** - add 15 pg-ip6 interfaces @@ -18,8 +18,8 @@ **verify 1** - check VRF data by parsing output of ip_route_dump API command - - all packets received correctly in case of pg-ip6 interfaces in the same - VRF + - all packets received correctly in case of pg-ip6 interfaces in the + same VRF - no packet received in case of pg-ip6 interfaces not in VRF - no packet received in case of pg-ip6 interfaces in different VRFs @@ -31,8 +31,8 @@ **verify 2** - check VRF data by parsing output of ip_route_dump API command - - all packets received correctly in case of pg-ip6 interfaces in the same - VRF + - all packets received correctly in case of pg-ip6 interfaces in the + same VRF - no packet received in case of pg-ip6 interfaces not in VRF - no packet received in case of pg-ip6 interfaces in different VRFs @@ -44,8 +44,8 @@ **verify 3** - check VRF data by parsing output of ip_route_dump API command - - all packets received correctly in case of pg-ip6 interfaces in the same - VRF + - all packets received correctly in case of pg-ip6 interfaces in the + same VRF - no packet received in case of pg-ip6 interfaces not in VRF - no packet received in case of pg-ip6 interfaces in different VRFs @@ -57,8 +57,8 @@ **verify 4** - check VRF data by parsing output of ip_route_dump API command - - all packets received correctly in case of pg-ip6 interfaces in the same - VRF + - all packets received correctly in case of pg-ip6 interfaces in the + same VRF - no packet received in case of pg-ip6 interfaces not in VRF - no packet received in case of pg-ip6 interfaces in different VRFs """ @@ -410,9 +410,10 @@ class TestIP6VrfMultiInst(VppTestCase): def run_crosswise_vrf_test(self): """ Create packet streams for every pg-ip6 interface in VRF towards all - pg-ip6 interfaces in other VRFs, send all prepared packet streams and \ + pg-ip6 interfaces in other VRFs, send all prepared packet streams and verify that: - - no packet received on all configured pg-ip6 interfaces + + - no packet received on all configured pg-ip6 interfaces :raise RuntimeError: If any packet is captured on any pg-ip6 interface. """