From e9693983f6eeb7264f314164a6dd8f64ec3764a8 Mon Sep 17 00:00:00 2001 From: blue55 Date: Thu, 3 Aug 2017 10:03:32 +0800 Subject: [PATCH] Remove unused parameter Change-Id: I6cc459855fc33c9b9c4e05c56bd671027aa76767 --- .../common/clients/remote_instance/linux/linux_client.py | 2 -- .../common/clients/remote_instance/windows/windows_client.py | 2 -- 2 files changed, 4 deletions(-) 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 + "\\"