Add wait after stopping VM
This commit is contained in:
parent
1f6347d24b
commit
946d3eaf43
|
@ -167,6 +167,7 @@ _pvc storage pool remove --yes testing
|
|||
|
||||
# Remove the VM
|
||||
_pvc vm stop --yes testx
|
||||
sleep 5
|
||||
_pvc vm remove --yes testx
|
||||
|
||||
_pvc provisioner profile remove --yes test
|
||||
|
|
Loading…
Reference in New Issue