Commit 2d9069ed authored by Federico Vaga's avatar Federico Vaga

tst: disable channel after test and destroy instance

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent bf2046ae
......@@ -30,6 +30,8 @@ def fmctdc_chan(request):
tdc.time = FmcTdcTime(0, 0, 0, 0, 0)
tdc.chan[request.param].enable = True
yield tdc.chan[request.param]
tdc.chan[request.param].enable = False
del tdc
class TestFmctdcAcquisition(object):
......
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