mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-30 17:48:09 +00:00
[kvm]: install net-tools package for debug
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
@@ -58,6 +58,8 @@ def main():
|
||||
|
||||
# check version
|
||||
time.sleep(5)
|
||||
p.sendline('uptime')
|
||||
p.expect([cmd_prompt])
|
||||
p.sendline('show version')
|
||||
p.expect([cmd_prompt])
|
||||
p.sendline('show ip bgp sum')
|
||||
|
||||
Reference in New Issue
Block a user