summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/check-qemu-install1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install
index 94300d34..b12f0733 100755
--- a/scripts/check-qemu-install
+++ b/scripts/check-qemu-install
@@ -279,6 +279,7 @@ try:
log.info("Basic CLI configuration mode test")
c.sendline('configure')
c.expect(r'vyos@vyos#')
+ c.sendline('show')
c.sendline('run show version')
c.sendline('exit')
c.expect(r'vyos@vyos:~\$')