From 2f87265d8b25cbeeadfb662f2a46db00795747a3 Mon Sep 17 00:00:00 2001 From: David Gibson Date: Mon, 12 Sep 2022 20:56:19 +1000 Subject: test: Use new-style contexts for passt pane in the pasta and passt tests Convert the pasta and passt tests to use new-style context execution for the things that run in the "passt" frame. Don't touch the passt_in_ns or two_guests tests yet, because they run passt inside a namespace which introduces some additional complications we have yet to handle. Signed-off-by: David Gibson --- test/shutdown/passt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/shutdown/passt') diff --git a/test/shutdown/passt b/test/shutdown/passt index 4a7b702..ac8ff08 100644 --- a/test/shutdown/passt +++ b/test/shutdown/passt @@ -17,6 +17,4 @@ test shutdown: exit code hout PASST_PID cat passt.pid host kill __PASST_PID__ sleep 1 - -pout EXIT echo $? -check [ "__EXIT__" = "0" ] +passtw -- cgit v1.2.3