Commit 90325d5f authored by Federico Vaga's avatar Federico Vaga

tst: ensure channels are disabled after test

Having a channel enabled when not used during the test might conflict
with the active channel because all of them are connected to together to
the input channel
Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent f30e3acc
......@@ -20,6 +20,7 @@ def fmcfd():
@pytest.fixture(scope="function", params=pytest.channels)
def fmcfd_chan(request, fmcfd):
yield fmcfd.chan[request.param]
fmcfd.chan[request.param].disable()
pulse_train = [(200000, 10000000000)]
......
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