Skip to content

Commit 0409fdb

Browse files
committed
Move uni-directional tests handling to run.sh
1 parent f5d3c80 commit 0409fdb

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

volume-coupled-flow/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ cases:
1616
source-nutils:
1717
participant: Source
1818
directory: ./source-nutils
19-
run: ./run.sh && inotifywait -e create,attrib -qq ../fluid-participant-finished.log
19+
run: ./run.sh
2020
component: nutils-adapter

volume-coupled-flow/source-nutils/run.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ fi
1515

1616
python3 source.py
1717

18+
# System tests: Keep the container and the respective network alive till the end.
19+
echo "Waiting for the Fluid participant to finish..."
20+
inotifywait -e create,attrib -qq ../fluid-participant-finished.log
21+
1822
close_log

0 commit comments

Comments
 (0)