From 28c3615488760ffbe21a556a6b42ca5656b8216e Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 9 Feb 2020 11:10:26 +0100 Subject: Testsuite: show current configuration --- scripts/check-qemu-install | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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:~\$') -- cgit v1.2.3