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 <[email protected]>
Signed-off-by: selldinesh <[email protected]>
  • Loading branch information
andriy-kokhan authored and selldinesh committed Oct 5, 2023
1 parent b7dd748 commit c09543d
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 c09543d

Please sign in to comment.