aboutgitcodebugslistschat
path: root/test/demo/passt
diff options
context:
space:
mode:
Diffstat (limited to 'test/demo/passt')
-rw-r--r--test/demo/passt5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/demo/passt b/test/demo/passt
index dd6a119..eb9b856 100644
--- a/test/demo/passt
+++ b/test/demo/passt
@@ -69,7 +69,7 @@ say 'pasta' demo above.
sleep 3
passt cd __STATEDIR__/passt
-passtb ./pasta -P /tmp/pasta.pid
+passtb ./pasta -P pasta.pid
sleep 3
passt /sbin/dhclient -4 --no-pid
sleep 2
@@ -82,7 +82,8 @@ say Now let's run 'passt' in the new namespace, and
nl
say enter this namespace from the guest terminal too.
sleep 3
-gout TARGET_PID pgrep -P $(cat /tmp/pasta.pid)
+guest cd __STATEDIR__/passt
+gout TARGET_PID pgrep -P $(cat pasta.pid)
sleep 1
passtb ./passt -f -t 5201,5203