Remove *.test_ssh_command test cases

These tests assume SSH proxy is configured to log in to
nova servers using locally installed pubblic key.

Change-Id: I547a43972b5392b393ffad1d6b6d4a4dfba7d967
This commit is contained in:
Federico Ressi 2019-10-16 13:06:30 +02:00
parent 988a8e3372
commit 3aca0dd345
1 changed files with 0 additions and 4 deletions

View File

@ -38,10 +38,6 @@ class CirrosServerStackTest(testtools.TestCase):
"""Test SSH connectivity via Paramiko SSHClient"""
self.stack.ssh_client.connect()
def test_ssh_command(self):
"""Test SSH connectivity via OpenSSH client"""
sh.execute('true', shell=self.stack.ssh_command)
def test_hostname(self):
"""Test that hostname of instance server matches Nova server name"""
self.stack.ssh_client.connect()