diff options
| author | Kuldeep Kashyap <kashyapk@vmware.com> | 2020-09-25 03:10:01 +0000 |
|---|---|---|
| committer | Kuldeep Kashyap <kashyapk@vmware.com> | 2020-10-13 14:55:14 +0000 |
| commit | c66ca8616854fc6d1a7f30cda11d12449a0e4a8d (patch) | |
| tree | 61bae9c252f0c9d3981c4a9e7439fd0d280cfe71 | |
| parent | 27d84d8e001398384f4ff99e565c7a26c7ad9e57 (diff) | |
tests: Enable evpn_type5_test_topo1 suite to run in CI
1. Suite: evpn_type5_test_topo1 was added to pytest.ini during triaging phase as
there was bug: https://github.com/FRRouting/frr/issues/6867, which is fixed. Enabling
suite to be run in CI.
Signed-off-by: Kuldeep Kashyap <kashyapk@vmware.com>
| -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 |
