diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-09 11:10:26 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-09 11:10:26 +0100 |
commit | 28c3615488760ffbe21a556a6b42ca5656b8216e (patch) | |
tree | 260ddfee69ca5cbc60e164d4f1086d7d98fe161e /scripts | |
parent | 9f1bcac933fd77efc5c249f83b3af17ec3cef498 (diff) | |
download | vyos-build-28c3615488760ffbe21a556a6b42ca5656b8216e.tar.gz vyos-build-28c3615488760ffbe21a556a6b42ca5656b8216e.zip |
Testsuite: show current configuration
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/check-qemu-install | 1 |
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:~\$') |