From c66ca8616854fc6d1a7f30cda11d12449a0e4a8d Mon Sep 17 00:00:00 2001 From: Kuldeep Kashyap Date: Fri, 25 Sep 2020 03:10:01 +0000 Subject: [PATCH] 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 --- tests/topotests/pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5