Home
last modified time | relevance | path

Searched refs:remote_protocol (Results 1 – 1 of 1) sorted by relevance

/openbmc/openbmc-test-automation/ffdc/
H A Dffdc_collector.py128 remote_protocol, argument
164 self.remote_protocol = remote_protocol.upper()
342 if (self.remote_protocol not in verified_working_protocol) and (
343 self.remote_protocol != "ALL"
350 " list.\n" % self.remote_protocol
429 self.remote_protocol not in working_protocol_list
430 and self.remote_protocol != "ALL"
1001 if self.remote_protocol != "ALL":
1002 if self.remote_protocol != protocol:
1013 if self.remote_protocol != "ALL":
[all …]