Skip to content

Commit

Permalink
Remove unnecessary file rename
Browse files Browse the repository at this point in the history
Due to
eclipse-bluechi#892
this was a workaround to get the tests working.
Based on the previous commit, this workaround is no
longer necessary.

Signed-off-by: Michael Engel <[email protected]>
  • Loading branch information
engelmi committed Apr 25, 2024
1 parent e657118 commit 79eea99
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ 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 79eea99

Please sign in to comment.