Searched refs:authcode (Results 1 – 1 of 1) sorted by relevance
127 def rma_cli(self, authcode='', disable=False, expected_exit_status=SUCCESS): argument138 cmd = 'rma_auth ' + ('disable' if disable else authcode)139 get_challenge = not (authcode or disable)150 def rma_ap(self, authcode='', disable=False, expected_exit_status=SUCCESS): argument167 cmd = '-a -r ' + authcode168 get_challenge = not (authcode or disable)172 if authcode:247 authcode, unsupported_key = self.generate_response(challenge)251 auth_func(authcode=authcode, expected_exit_status=exit_status)