Skip to content

Commit

Permalink
Fixed "--traffic" option behavior (#210)
Browse files Browse the repository at this point in the history
Signed-off-by: Andriy Kokhan <andriy.kokhan@plvision.eu>
  • Loading branch information
andriy-kokhan authored Oct 3, 2023
1 parent 1f0699b commit 9fbc878
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_false", help="run tests with traffic")
parser.addoption("--traffic", action="store_true", help="run tests with traffic")
parser.addoption("--testbed", action="store", help="Testbed name", required=True)


Expand Down

0 comments on commit 9fbc878

Please sign in to comment.