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
|
# check version
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
|
p.sendline('uptime')
|
||||||
|
p.expect([cmd_prompt])
|
||||||
p.sendline('show version')
|
p.sendline('show version')
|
||||||
p.expect([cmd_prompt])
|
p.expect([cmd_prompt])
|
||||||
p.sendline('show ip bgp sum')
|
p.sendline('show ip bgp sum')
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ prepare_installer_disk()
|
|||||||
umount $tmpdir
|
umount $tmpdir
|
||||||
}
|
}
|
||||||
|
|
||||||
|
apt-get install -y net-tools
|
||||||
create_disk
|
create_disk
|
||||||
prepare_installer_disk
|
prepare_installer_disk
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user