diff options
author | Martin Winter <mwinter@opensourcerouting.org> | 2019-09-13 01:58:58 +0200 |
---|---|---|
committer | Martin Winter <mwinter@opensourcerouting.org> | 2019-09-13 02:13:12 +0200 |
commit | 4e5441e749a11a3581df7c25206b620f2b970be1 (patch) | |
tree | 2998949dc82528e684a70e9ae359886fd1f02098 /tests/topotests/pytest.ini | |
parent | Merge pull request #4968 from rubenk/fix-surname (diff) | |
download | frr-4e5441e749a11a3581df7c25206b620f2b970be1.tar.xz frr-4e5441e749a11a3581df7c25206b620f2b970be1.zip |
tests: Disable bgp-ecmp-topo2 topotest until proper fix is developed
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to '')
-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 ade5bfd50..b65f93856 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 |