X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=tests%2Faws-kvm-arm%2Ftest.sh;fp=tests%2Faws-kvm-arm%2Ftest.sh;h=133ef136238ff611ad3bebd4b415e5b4230a1f62;hb=39001e7c458d798225814c04e920583fa7e2a41c;hp=5d31995f90bcf7fe9725b0c70e8f0eb6c483cc1d;hpb=da3568b25a582603ba15690793c8867cc7c5d2a8;p=virt-what.git diff --git a/tests/aws-kvm-arm/test.sh b/tests/aws-kvm-arm/test.sh index 5d31995..133ef13 100755 --- a/tests/aws-kvm-arm/test.sh +++ b/tests/aws-kvm-arm/test.sh @@ -16,9 +16,8 @@ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. output="$(PATH=../..:$PATH virt-what --test-root=. 2>&1)" -# XXX At the moment KVM cannot be detected on this platform. -# We hope to fix that, but for now the only fact printed is "aws". -expected="aws" +expected="kvm +aws" if [ "$output" != "$expected" ]; then echo "$0: test failed because output did not match expected"