summaryrefslogtreecommitdiff
path: root/test/script/run.et
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-09-27 11:51:53 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-09-27 11:51:53 +0200
commit5348846b9e2774048d8996a4a3f45237f6e24029 (patch)
treedf321f671fd7852a5790c3a92794753ac63c1235 /test/script/run.et
parentf2c42eb7bd38a39d9894ef45630fdc498321a063 (diff)
Test: wait for shell-based setup to finish
Diffstat (limited to 'test/script/run.et')
-rw-r--r--test/script/run.et30
1 files changed, 16 insertions, 14 deletions
diff --git a/test/script/run.et b/test/script/run.et
index 392c44e..9c3cb74 100644
--- a/test/script/run.et
+++ b/test/script/run.et
@@ -63,14 +63,15 @@ test SimpleRun:
test RunConfig:
node n
- shell on n:
- cp ${scripts.path}/erebos-tester.yaml .
- mkdir tools
- cp ${scripts.path}/tools/echo.sh ./tools/tool
- mkdir scripts
- # TODO: it seems that namespaces are not properly cleaned up after the failed test
- #cp ${scripts.path}/trivial.et ./scripts/
- cp ${scripts.path}/echo.et ./scripts/
+ local:
+ shell on n:
+ cp ${scripts.path}/erebos-tester.yaml .
+ mkdir tools
+ cp ${scripts.path}/tools/echo.sh ./tools/tool
+ mkdir scripts
+ # TODO: it seems that namespaces are not properly cleaned up after the failed test
+ #cp ${scripts.path}/trivial.et ./scripts/
+ cp ${scripts.path}/echo.et ./scripts/
spawn as p on n
@@ -89,12 +90,13 @@ test RunConfig:
test GetSysInfo:
node n
- shell on n:
- cp ${scripts.path}/erebos-tester.yaml .
- mkdir tools
- cp ${scripts.path}/tools/sysinfo.sh ./tools/tool
- mkdir scripts
- cp ${scripts.path}/sysinfo.et ./scripts/
+ local:
+ shell on n:
+ cp ${scripts.path}/erebos-tester.yaml .
+ mkdir tools
+ cp ${scripts.path}/tools/sysinfo.sh ./tools/tool
+ mkdir scripts
+ cp ${scripts.path}/sysinfo.et ./scripts/
spawn as p on n