summaryrefslogtreecommitdiff
path: root/scripts/check-qemu-install
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-xscripts/check-qemu-install6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index a6cc9b60..0c443f18 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -293,7 +293,6 @@ try:
i = child.expect(['\n +Invalid command:',
'\n +Set failed',
'No such file or directory',
- 'SMOKETEST FAILED!',
r'\n\S+@\S+[$#]'], timeout=1800)
if i==0:
@@ -303,10 +302,7 @@ try:
elif i==2:
log.error("Did not find VyOS smoketest, this should be an exception")
raise Exception("WTF? did not find VyOS smoketest, this should be an exception")
- elif i==3:
- log.error("Smoketest failed with an non-zero exitcode")
-
- cr(c, '/usr/bin/vyos-smoketest || echo "SMOKETEST FAILED!"')
+ cr(c, '/usr/bin/vyos-smoketest')
log.info("Smoke test status")
#data = c.before.decode()