diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-09-14 07:43:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-14 07:43:31 -0400 |
| commit | 840806a6275deb0728c2951a6945172e564e8c41 (patch) | |
| tree | 6d2ec11bcb48880b5ccb017f610fa7489b0c5352 | |
| parent | 921308a53505c20bc08694af1fd8675e7cd68c99 (diff) | |
| parent | 4e5441e749a11a3581df7c25206b620f2b970be1 (diff) | |
Merge pull request #4975 from opensourcerouting/disable-ecmp2-test
Disable bgp-ecmp-topo2 topotest until proper fix is developed
| -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 ade5bfd501..b65f93856f 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 bgp-ecmp-topo2 [topogen] # Default configuration values |
