]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Kernel version check for topojson scripts.
authornaveen <nguggarigoud@vmware.com>
Wed, 12 Aug 2020 05:45:57 +0000 (11:15 +0530)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 2 Oct 2020 11:37:05 +0000 (14:37 +0300)
commitbd7ea8da228bc28d602518dc8946f6fd568fc325
treeeff24779f46e138385e9ed0c66f73a18c84d6524
parent84f5f87d3ab34e55e2524ea3c57190dd2e77e605
tests: Kernel version check for topojson scripts.

1. Added linux kernel version check to avoid failures
in CI systems if matching kernel version not found.

Signed-off-by: naveen <nguggarigoud@vmware.com>
12 files changed:
tests/topotests/bgp-basic-functionality-topo1/test_bgp_basic_functionality.py
tests/topotests/bgp-ecmp-topo2/test_ebgp_ecmp_topo2.py
tests/topotests/bgp-ecmp-topo2/test_ibgp_ecmp_topo2.py
tests/topotests/bgp_as_allow_in/test_bgp_as_allow_in.py
tests/topotests/bgp_communities_topo1/test_bgp_communities.py
tests/topotests/bgp_gr_functionality_topo1/test_bgp_gr_functionality_topo1.py
tests/topotests/bgp_gr_functionality_topo2/test_bgp_gr_functionality_topo2.py
tests/topotests/bgp_large_community/test_bgp_large_community_topo_1.py
tests/topotests/bgp_large_community/test_bgp_large_community_topo_2.py
tests/topotests/bgp_multi_vrf_topo1/test_bgp_multi_vrf_topo1.py
tests/topotests/bgp_multi_vrf_topo2/test_bgp_multi_vrf_topo2.py
tests/topotests/lib/common_config.py