def __init__(self, file, address_type, access_control, access_control_param): FileTransferTest.__init__(self, file, address_type, access_control, access_control_param) self._actions = [self.connect, self.set_ft_caps, None, self.wait_for_ft_caps, None, self.check_new_channel, self.close_and_check, self.done]
def __init__(self, file, address_type, access_control, acces_control_param): FileTransferTest.__init__(self, file, address_type, access_control, acces_control_param) self._actions = [ self.connect, self.set_ft_caps, self.check_ft_available, None, self.wait_for_ft_caps, None, self.request_ft_channel, self.provide_file, None, self.send_file, self.wait_for_completion, self.disconnect, None, self.close_channel, self.done ]
def __init__(self, file, address_type, access_control, acces_control_param): FileTransferTest.__init__(self, file, address_type, access_control, acces_control_param) self._actions = [self.connect, self.set_ft_caps, self.check_ft_available, None, self.wait_for_ft_caps, None, self.request_ft_channel, self.provide_file, None, self.check_declined, self.close_channel, self.done]