Commit 2263aafd authored by Federico Vaga's avatar Federico Vaga

tst: fix slot option default value

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent e32057b3
......@@ -62,7 +62,7 @@ def pytest_addoption(parser):
parser.addoption("--fd-id", type=lambda x : int(x, 16), action='append',
default=[], help="Fmc Fine-Delay Linux Identifier")
parser.addoption("--slot", type=valid_slot_type, action='append',
default=None, help="Fmc Fine-Delay absolute slot (works only for SPEC and SVEC)")
default=[], help="Fmc Fine-Delay absolute slot (works only for SPEC and SVEC)")
parser.addoption("--channel", type=int, default=[],
action="append", choices=range(FmcFineDelay.CHANNEL_NUMBER),
help="Channel(s) to be used for acquisition tests. Default all channels")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment