Fix [H405] pep rule in heat_integrationtests
Implements bp docstring-improvements
Change-Id: I7aebbdafef121c3414e6a0260452c1353af62e88
diff --git a/common/remote_client.py b/common/remote_client.py
index c8c4f95..201b10f 100644
--- a/common/remote_client.py
+++ b/common/remote_client.py
@@ -88,8 +88,7 @@
return (time.time() - self.timeout) > start_time
def exec_command(self, cmd):
- """
- Execute the specified command on the server.
+ """Execute the specified command on the server.
Note that this method is reading whole command outputs to memory, thus
shouldn't be used for large outputs.
@@ -170,8 +169,9 @@
return self.ssh_client.exec_command(cmd)
def validate_authentication(self):
- """Validate ssh connection and authentication
- This method raises an Exception when the validation fails.
+ """Validate ssh connection and authentication.
+
+ This method raises an Exception when the validation fails.
"""
self.ssh_client.test_connection_auth()