diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-10-13 13:33:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:33:58 -0400 |
| commit | 4cf61725aa55b0411ada0a5e640dba86463a5d25 (patch) | |
| tree | 61bae9c252f0c9d3981c4a9e7439fd0d280cfe71 | |
| parent | 27d84d8e001398384f4ff99e565c7a26c7ad9e57 (diff) | |
| parent | c66ca8616854fc6d1a7f30cda11d12449a0e4a8d (diff) | |
Merge pull request #7179 from kuldeepkash/bgp_basic_functionality
tests: Enable evpn_type5_test_topo1 suite to run in CI
| -rw-r--r-- | tests/topotests/pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/pytest.ini b/tests/topotests/pytest.ini index 2e9c4901bc..6e8e749092 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 evpn_type5_test_topo1 +norecursedirs = .git example-test example-topojson-test lib docker [topogen] # Default configuration values |
