diff options
Diffstat (limited to 'test-ipxe.sh')
-rw-r--r-- | test-ipxe.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test-ipxe.sh b/test-ipxe.sh index c1ca3e1..dcfbdba 100644 --- a/test-ipxe.sh +++ b/test-ipxe.sh @@ -1,7 +1,15 @@ #!/bin/sh cd $(dirname $0) + +echo "=== prepare ===" sh libvirt-setup.sh + +echo "=== run tests ===" python3 test-ipxe.py -v rc="$?" + +echo "=== cleanup ===" sh libvirt-cleanup.sh + +echo "=== done ===" exit $rc |