T7125: add show version vyos-1x for smoketest

This commit is contained in:
Viacheslav Hletenko 2025-02-02 10:03:58 +00:00
parent 946b7b2815
commit d52077a6fc

View File

@ -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")
c.sendline('show version all | match "vpp|vyos-1x"')
c.expect(op_mode_prompt)
#################################################