Skip to content

Commit

Permalink
next
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <mengel@redhat.com>
  • Loading branch information
engelmi committed Apr 17, 2024
1 parent 37f3483 commit 451a410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
def exec(ctrl: BluechiControllerMachine, nodes: Dict[str, BluechiAgentMachine]):

# pass port information to machine
ctrl.create_file(os.path.join("/", "etc"), "port", ctrl.config.port)
ctrl.create_file(os.path.join("/", "tmp"), "port", ctrl.config.port)

result, output = ctrl.run_python(os.path.join("python", "call_internal_hello.py"))
if result != 0:
Expand Down

0 comments on commit 451a410

Please sign in to comment.