From 451a410c21ae7ba02082235acb278e8915d079dc Mon Sep 17 00:00:00 2001 From: Michael Engel Date: Wed, 17 Apr 2024 09:21:55 +0200 Subject: [PATCH] next Signed-off-by: Michael Engel --- .../tier0/bluechi-internal-hello/test_bluechi_internal_hello.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/tier0/bluechi-internal-hello/test_bluechi_internal_hello.py b/tests/tests/tier0/bluechi-internal-hello/test_bluechi_internal_hello.py index 055b3136ee..2e083fb544 100644 --- a/tests/tests/tier0/bluechi-internal-hello/test_bluechi_internal_hello.py +++ b/tests/tests/tier0/bluechi-internal-hello/test_bluechi_internal_hello.py @@ -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: