diff options
author | Dave Wallace <dwallacelf@gmail.com> | 2021-08-12 18:36:02 -0400 |
---|---|---|
committer | Andrew Yourtchenko <ayourtch@gmail.com> | 2021-08-13 15:57:21 +0000 |
commit | d170681b24724c522adaf1e2f4f0e1f3289dbf82 (patch) | |
tree | 07b818dde94aa45f2d50da86f5eea5af8659413b /test/test_ip6_vrf_multi_instance.py | |
parent | 078d258034cef5b4ca74d9deb37b2684cc77d060 (diff) |
tests docs: upgrade python packages
- Upgrade python package requirements for test & docs
- Clean up docs generation warnings
- Consolidate python requirements for docs in test
requirements specs.
- Upgrade pip
Type: make
Change-Id: I74a3924b43ed93d15b32ec9f6fc41ed1ba95b69b
Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'test/test_ip6_vrf_multi_instance.py')
-rwxr-xr-x[-rw-r--r--] | test/test_ip6_vrf_multi_instance.py | 25 |
1 files changed, 13 insertions, 12 deletions
diff --git a/test/test_ip6_vrf_multi_instance.py b/test/test_ip6_vrf_multi_instance.py index 16069b260a2..c2964b6c6c0 100644..100755 --- 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. """ |