diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-02-09 13:24:01 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-02-09 13:24:01 +0100 |
commit | 57e4de4a7c6785dabd1f0e1641783b1df350f738 (patch) | |
tree | 32265b443d0554cb07b247b31deb6b14de9ebdd8 /scripts/check-qemu-install | |
parent | 28c3615488760ffbe21a556a6b42ca5656b8216e (diff) | |
download | vyos-build-57e4de4a7c6785dabd1f0e1641783b1df350f738.tar.gz vyos-build-57e4de4a7c6785dabd1f0e1641783b1df350f738.zip |
Revert "Testsuite: show current configuration"
This reverts commit 28c3615488760ffbe21a556a6b42ca5656b8216e.
Diffstat (limited to 'scripts/check-qemu-install')
-rwxr-xr-x | scripts/check-qemu-install | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b12f0733..94300d34 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -279,7 +279,6 @@ 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:~\$') |