X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Fpython%2Fssh.py;h=385619ce42666476ed80390689eb035cde6a013f;hp=72e41c76a67f5973b43bb570f56536cf6dcdc19b;hb=da23519d72dc9415b112f7bab1fd3617750fa79e;hpb=af2c77acfa337228ea3c4c5f2140f39124ec2ab9 diff --git a/resources/libraries/python/ssh.py b/resources/libraries/python/ssh.py index 72e41c76a6..385619ce42 100644 --- a/resources/libraries/python/ssh.py +++ b/resources/libraries/python/ssh.py @@ -101,7 +101,7 @@ class SSH(object): >>> #Execute command without input (sudo -S cmd) >>> ssh.exex_command_sudo("ifconfig eth0 down") >>> #Execute command with input (sudo -S cmd <<< "input") - >>> ssh.exex_command_sudo("vpe_api_test", "dump_interface_table") + >>> ssh.exex_command_sudo("vpp_api_test", "dump_interface_table") """ if cmd_input is None: command = 'sudo -S {c}'.format(c=cmd)