Skip to content

Commit

Permalink
Merge pull request #894 from sever-sever/T7106-smoketest
Browse files Browse the repository at this point in the history
T7106: Extend check-qemu-install to show vpp version
  • Loading branch information
dmbaturin authored Jan 30, 2025
2 parents 16f9226 + 5f4e2ac commit d6917d4
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 d6917d4

Please sign in to comment.