Пример #1
0
 def test_host_name_is_same_as_server_name(self):
     # Verify the instance host name is the same as the server name
     linux_client = RemoteClient(self.server, self.ssh_user, self.password)
     self.assertTrue(linux_client.hostname_equals_servername(self.name))