test: Remove unnecessary sleeps from shutdown tests
These are hangovers from older ways of shutting down the pasta/passt processes and no longer serve any purpose. Signed-off-by: David Gibson <david@gibson.dropbear.id.au> Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
05a2c7ae3c
commit
33983de46b
2 changed files with 0 additions and 2 deletions
|
@ -16,5 +16,4 @@ test shutdown: exit code
|
|||
|
||||
hout PASST_PID cat __STATESETUP__/passt.pid
|
||||
host kill __PASST_PID__
|
||||
sleep 1
|
||||
passtw
|
||||
|
|
|
@ -16,5 +16,4 @@ test shutdown: exit code
|
|||
|
||||
nsout PASST_PID cat __STATESETUP__/passt.pid
|
||||
ns kill __PASST_PID__
|
||||
sleep 1
|
||||
passtw
|
||||
|
|
Loading…
Reference in a new issue