Skip to content

Commit

Permalink
start instetc before main ioc
Browse files Browse the repository at this point in the history
  • Loading branch information
FreddieAkeroyd committed Dec 24, 2024
1 parent df7cb68 commit 3db1108
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/muontpar.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@

IOCS = [
{
"name": DEVICE_PREFIX,
"directory": get_default_ioc_dir("MUONTPAR"),
"pv_for_existence": "FILE_DIR",
"macros": {"EDITOR_TPAR_FILE_DIR": test_config_path},
},
{
# INSTETC is required to control manager mode.
"name": "INSTETC",
"directory": get_default_ioc_dir("INSTETC"),
"custom_prefix": "CS",
"pv_for_existence": "MANAGER",
},
{
"name": DEVICE_PREFIX,
"directory": get_default_ioc_dir("MUONTPAR"),
"pv_for_existence": "FILE_DIR",
"macros": {"EDITOR_TPAR_FILE_DIR": test_config_path},
},
]


Expand Down

0 comments on commit 3db1108

Please sign in to comment.