We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--expansion-sr-disk
1 parent 72bb94a commit a2f6792Copy full SHA for a2f6792
conftest.py
@@ -75,6 +75,13 @@ def pytest_addoption(parser):
75
"4KiB blocksize to be formatted and used in storage tests. "
76
"Set it to 'auto' to let the fixtures auto-detect available disks."
77
)
78
+ parser.addoption(
79
+ "--expansion-sr-disk",
80
+ action="append",
81
+ default=[],
82
+ help="Name of an available disk (sdc) or partition device (sdc2) to be formatted and used in storage tests. "
83
+ "Set it to 'auto' to let the fixtures auto-detect available disks."
84
+ )
85
86
def pytest_configure(config):
87
global_config.ignore_ssh_banner = config.getoption('--ignore-ssh-banner')
0 commit comments