From 32fa5a4b898adea83a1006bf4a9ba27e4c28b49b Mon Sep 17 00:00:00 2001 From: awatlet <arnaud.watlet@umons.ac.be> Date: Mon, 9 Oct 2023 15:36:36 +0200 Subject: [PATCH] Updates test --- dev/test_mb_2024_0_mux_2024.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/test_mb_2024_0_mux_2024.py b/dev/test_mb_2024_0_mux_2024.py index 2cb7c0b0..60be086b 100644 --- a/dev/test_mb_2024_0_mux_2024.py +++ b/dev/test_mb_2024_0_mux_2024.py @@ -18,6 +18,8 @@ part_of_hardware_system = False within_ohmpi = False # Stand alone mux if stand_alone_mux: + HARDWARE_CONFIG['tx'].update({'ctl': HARDWARE_CONFIG['tx'].pop('ctl', ctl_module.Ctl)}) + HARDWARE_CONFIG['rx'].update({'ctl': HARDWARE_CONFIG['rx'].pop('ctl', tl_module.Ctl)}) HARDWARE_CONFIG['tx'].update({'connection': HARDWARE_CONFIG['tx'].pop('connection', HARDWARE_CONFIG['rx']['ctl'].interfaces[ HARDWARE_CONFIG['tx'].pop( -- GitLab