aboutgitcodebugslistschat
path: root/test/demo/passt
diff options
context:
space:
mode:
authorDavid Gibson <david@gibson.dropbear.id.au>2022-09-13 14:35:27 +1000
committerStefano Brivio <sbrivio@redhat.com>2022-09-13 11:12:41 +0200
commitec6af08ca778aa51517c49d69bc9acda08666790 (patch)
treeeaef2ce2f3558b7ea22ff5e507e5663ac8f8aa67 /test/demo/passt
parentd81366010718733df82edd4baebb814597d088ba (diff)
downloadpasst-ec6af08ca778aa51517c49d69bc9acda08666790.tar
passt-ec6af08ca778aa51517c49d69bc9acda08666790.tar.gz
passt-ec6af08ca778aa51517c49d69bc9acda08666790.tar.bz2
passt-ec6af08ca778aa51517c49d69bc9acda08666790.tar.lz
passt-ec6af08ca778aa51517c49d69bc9acda08666790.tar.xz
passt-ec6af08ca778aa51517c49d69bc9acda08666790.tar.zst
passt-ec6af08ca778aa51517c49d69bc9acda08666790.zip
demo: Move pidfiles to state directory
Avoiding putting them in bare /tmp means they will be automatically cleaned up with everything else. Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
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