Skip to content

Commit

Permalink
Merge pull request #901 from Ckath/check-qemu-install-fix
Browse files Browse the repository at this point in the history
T7140: check-qemu-install: fix unparsable command
  • Loading branch information
sever-sever authored Feb 7, 2025
2 parents 9d7eef8 + 7416cd4 commit d1cdd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-qemu-install
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ try:
c.expect(op_mode_prompt)
c.sendline('show system memory')
c.expect(op_mode_prompt)
c.sendline('show version all | match "vpp|vyos-1x"')
c.sendline('show version all | grep -e "vpp" -e "vyos-1x"')
c.expect(op_mode_prompt)

#################################################
Expand Down

0 comments on commit d1cdd2d

Please sign in to comment.