summaryrefslogtreecommitdiff
path: root/tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas.abraitis@gmail.com>2021-07-29 11:09:26 +0300
committerGitHub <noreply@github.com>2021-07-29 11:09:26 +0300
commit6e300106411905b3a7f214d72a43459f589552c4 (patch)
tree4ae5b3a17fba31eadbc433b5a89146c31783eea0 /tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
parentf3fd4b5bfd964e5268c93d5b23f8cc399e29eabf (diff)
parentdbc5be82d8023d17895a68ca11a4a4eefdc37a23 (diff)
Merge pull request #9207 from donaldsharp/snmp_pytest_mark
Snmp pytest mark
Diffstat (limited to 'tests/topotests/ospf_basic_functionality/test_ospf_authentication.py')
-rw-r--r--tests/topotests/ospf_basic_functionality/test_ospf_authentication.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/topotests/ospf_basic_functionality/test_ospf_authentication.py b/tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
index a7f2893eab..bdba8fd8e4 100644
--- a/tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
+++ b/tests/topotests/ospf_basic_functionality/test_ospf_authentication.py
@@ -56,6 +56,9 @@ from lib.topojson import build_topo_from_json, build_config_from_json
from lib.ospf import verify_ospf_neighbor, config_ospf_interface, clear_ospf
from ipaddress import IPv4Address
+pytestmark = [pytest.mark.ospfd]
+
+
# Global variables
topo = None
# Reading the data from JSON File for topology creation