Remove unused parameter

Change-Id: I6cc459855fc33c9b9c4e05c56bd671027aa76767
This commit is contained in:
blue55 2017-08-03 10:03:32 +08:00
parent 6c42ae2142
commit e9693983f6
2 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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 + "\\"