diff options
Diffstat (limited to 'functest/opnfv_tests/openstack/vping/vping_ssh.py')
-rw-r--r-- | functest/opnfv_tests/openstack/vping/vping_ssh.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/functest/opnfv_tests/openstack/vping/vping_ssh.py b/functest/opnfv_tests/openstack/vping/vping_ssh.py index e3453e4c2..1fd2d975f 100644 --- a/functest/opnfv_tests/openstack/vping/vping_ssh.py +++ b/functest/opnfv_tests/openstack/vping/vping_ssh.py @@ -41,8 +41,6 @@ class VPingSSH(singlevm.SingleVm2): def execute(self): """Ping the second VM - It can be overriden to execute any command. - Returns: ping exit codes """ assert self.ssh |