Skip to content
Snippets Groups Projects
Commit 7359fcb5 authored by Guido Günther's avatar Guido Günther
Browse files

Add simple smoke test

using the test:///default driver
parent d72bb99f
No related branches found
No related tags found
No related merge requests found
Tests: smoke
Depends: @
#!/bin/sh
set -e
set -x
export LIBVIRT_DEFAULT_URI='test:///default'
virsh list | grep -qs 'test[[:space:]]\+running'
virsh destroy test
virsh net-list
virsh pool-list
echo 'Smoke test of test driver succesful'
exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment