diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-25 09:14:09 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-25 09:14:09 +0100 |
commit | 013ad967c078d98a2301af9a03372dcfe5d0f1c3 (patch) | |
tree | 8fe31a68072eaae9f72f2f8980134b23cf50d95b /scripts | |
parent | e58f2c396fa82d272a7afebedae0690db4384314 (diff) | |
download | vyos-build-013ad967c078d98a2301af9a03372dcfe5d0f1c3.tar.gz vyos-build-013ad967c078d98a2301af9a03372dcfe5d0f1c3.zip |
Testsuite: remove "show interfaces" command
Diffstat (limited to 'scripts')
-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 f015ad9b..04e2c02b 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -282,7 +282,6 @@ try: c.sendline('run show version') c.sendline('exit') c.expect(r'vyos@vyos:~\$') - c.sendline('show interfaces') ################################################# # Executing test-suite |