Merge pull request #897 from sever-sever/T7125

T7125: add show version vyos-1x for smoketest
This commit is contained in:
Daniil Baturin 2025-02-03 19:30:00 +00:00 committed by GitHub
commit af09861fec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)
#################################################