diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-07-30 14:09:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-30 14:09:24 -0400 |
| commit | dca30d85fb6a9de1d5c59b0197fcbc1044017c7d (patch) | |
| tree | eb81e30237d76b6d00266bcabb824aa71f90c35a | |
| parent | 25ee44b52278c86fda27f76e932f6a12c375bf10 (diff) | |
| parent | e66778d0079a4805d912b0f1fa3b29cc5feb1e51 (diff) | |
Merge pull request #6825 from kuldeepkash/evpn_type2_tests
tests: Skipping evpn_type5_test_topo1 tests from CI runs
| -rwxr-xr-x | tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py | 1 | ||||
| -rw-r--r-- | tests/topotests/pytest.ini | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py b/tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py index e160264cad..941593e51f 100755 --- a/tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py +++ b/tests/topotests/evpn_type5_test_topo1/test_evpn_type5_chaos_topo1.py @@ -22,7 +22,6 @@ """ Following tests are covered to test EVPN-Type5 functionality: - 1. In absence of an overlay index all IP-Prefixes(RT-5) are advertised with default values for below parameters: --> Ethernet Tag ID = GW IP address = ESI=0 diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index ade5bfd501..77b8c2b478 100644 --- a/tests/topotests/pytest.ini +++ b/tests/topotests/pytest.ini @@ -1,6 +1,6 @@ # Skip pytests example directory [pytest] -norecursedirs = .git example-test example-topojson-test lib docker +norecursedirs = .git example-test example-topojson-test lib docker evpn_type5_test_topo1 [topogen] # Default configuration values |
