diff options
| author | Russ White <russ@riw.us> | 2024-04-16 07:52:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-16 07:52:09 -0400 |
| commit | 1c043440ea339d977972c34a31f400d08d31c428 (patch) | |
| tree | 13a34de8eef692fafaad1373f53a35b89edb913a /tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py | |
| parent | f26a44f8dcebad7aee54e8927e01c92e5062e434 (diff) | |
| parent | f3575f61c7c15a4207006043eb359e390751ce3b (diff) | |
Merge pull request #15572 from donaldsharp/best_path_stuff_sigh
bgp_process work
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py')
| -rw-r--r-- | tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py index f0950a2db3..45c1325917 100644 --- a/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py +++ b/tests/topotests/ospf_basic_functionality/test_ospf_rte_calc.py @@ -49,7 +49,7 @@ from lib.ospf import ( verify_ospf_interface, ) -pytestmark = [pytest.mark.ospfd, pytest.mark.staticd] +pytestmark = [pytest.mark.bgpd, pytest.mark.ospfd, pytest.mark.staticd] # Global variables |
