mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Merge pull request #897 from sever-sever/T7125
T7125: add show version vyos-1x for smoketest
This commit is contained in:
commit
af09861fec
@ -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)
|
||||
|
||||
#################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user