diff --git a/cloudcafe/compute/common/clients/remote_instance/linux/linux_client.py b/cloudcafe/compute/common/clients/remote_instance/linux/linux_client.py index 78ceb6a0..fa4fb311 100644 --- a/cloudcafe/compute/common/clients/remote_instance/linux/linux_client.py +++ b/cloudcafe/compute/common/clients/remote_instance/linux/linux_client.py @@ -497,8 +497,6 @@ class LinuxClient(RemoteInstanceClient): client_filepath): """ @summary: Creates and transfers a file from server to client - @param linux_client: A linux client for a given instance - @type address: Instance @param public_ip_address: The eth0 address of the instance @type public_ip_address: String @param gb_file_size: The size of the file to be generated in Gigabytes diff --git a/cloudcafe/compute/common/clients/remote_instance/windows/windows_client.py b/cloudcafe/compute/common/clients/remote_instance/windows/windows_client.py index bb8991d0..f4b23a15 100644 --- a/cloudcafe/compute/common/clients/remote_instance/windows/windows_client.py +++ b/cloudcafe/compute/common/clients/remote_instance/windows/windows_client.py @@ -200,8 +200,6 @@ class WindowsClient(RemoteInstanceClient): def get_md5sum_for_remote_file(self, file_location, file_name): """ @summary: Gets the md5sum of file on the server - @param filepath: The path name including file name - @type filepath: String """ if not file_location.endswith("\\"): file_location = file_location + "\\"