aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/pytests/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'host/tests/pytests/conftest.py')
-rw-r--r--host/tests/pytests/conftest.py12
1 files changed, 11 insertions, 1 deletions
diff --git a/host/tests/pytests/conftest.py b/host/tests/pytests/conftest.py
index 5099c7cbe..cf05d5320 100644
--- a/host/tests/pytests/conftest.py
+++ b/host/tests/pytests/conftest.py
@@ -7,7 +7,7 @@ dut_type_list = [
"E320",
"X310",
"X310_TwinRx",
- "x4xx"
+ "x410"
]
@@ -71,6 +71,16 @@ def pytest_addoption(parser):
type=str,
nargs='?',
help="configures num_send_frames parameter")
+ parser.addoption(
+ "--sfp_int0",
+ type=str,
+ required=False,
+ help="configures name of sfp0 interface")
+ parser.addoption(
+ "--sfp_int1",
+ type=str,
+ required=False,
+ help="configures name of sfp1 interface")
def pytest_configure(config):
# register additional markers