diff options
-rwxr-xr-x | scripts/check-qemu-install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-qemu-install b/scripts/check-qemu-install index b7b009b2..89219c40 100755 --- a/scripts/check-qemu-install +++ b/scripts/check-qemu-install @@ -554,6 +554,8 @@ try: c.expect(op_mode_prompt) c.sendline('show system memory') c.expect(op_mode_prompt) + c.sendline("show version all | match vpp") + c.expect(op_mode_prompt) ################################################# # Verify /etc/os-release via lsb_release |