Skip to content

Commit

Permalink
T7106: Extend check-qemu-install to show vpp version
Browse files Browse the repository at this point in the history
  • Loading branch information
sever-sever committed Jan 30, 2025
1 parent 16f9226 commit 5f4e2ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/check-qemu-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f4e2ac

Please sign in to comment.