Commit 32fa5a4b authored by Arnaud WATLET's avatar Arnaud WATLET
Browse files

Updates test

Showing with 2 additions and 0 deletions
+2 -0
......@@ -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(
......
Supports Markdown
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