Skip to content

Commit

Permalink
Removed obsoleted exec option. Please use "--testbed" instead (openco…
Browse files Browse the repository at this point in the history
…mputeproject#209)

Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
Signed-off-by: selldinesh <dinesh.sellappan@keysight.com>
  • Loading branch information
andriy-kokhan authored and selldinesh committed Oct 5, 2023
1 parent 3639db0 commit fe14305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def prev_test_failed():


def pytest_addoption(parser):
parser.addoption("--traffic", action="store_true", help="run tests with traffic")
parser.addoption("--traffic", action="store_false", help="run tests with traffic")
parser.addoption("--testbed", action="store", help="Testbed name", required=True)


Expand Down

0 comments on commit fe14305

Please sign in to comment.