Skip to content

Commit

Permalink
Fixed "--traffic" option behavior (opencomputeproject#210)
Browse files Browse the repository at this point in the history
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 16, 2023
1 parent c0eec5c commit 73003b9
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 73003b9

Please sign in to comment.