From 5f4e2acd1684a905db23e708c155fbed4a9f9ea0 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 30 Jan 2025 11:27:43 +0000 Subject: T7106: Extend check-qemu-install to show vpp version --- scripts/check-qemu-install | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3