Skip to content

Commit

Permalink
Use different file name for ctrl config
Browse files Browse the repository at this point in the history
Relates to: #879

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 19, 2024
1 parent 1ef3b70 commit bc59f01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ def exec(ctrl: BluechiControllerMachine, _: Dict[str, BluechiAgentMachine]):
assert ctrl.wait_for_unit_state_to_be("bluechi-controller", "active")

original_cfg = ctrl.config.deep_copy()
original_cfg.file_name = "zzz-ctrl.conf"

# port contains an 'O' instead of a '0'
new_cfg = original_cfg.deep_copy()
Expand Down

0 comments on commit bc59f01

Please sign in to comment.