Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/graphics_dEQP/
Dprocess_logs.py153 def process_flaky(status_dict): argument
157 if status_dict.has_key('Flaky'):
158 flaky = status_dict['Flaky']
161 for key1 in status_dict.keys():
162 for key2 in status_dict.keys():
164 flaky |= status_dict[key1] & status_dict[key2]
167 for key in status_dict.keys():
169 not_flaky = list(status_dict[key] - flaky)
183 status_dict = {}
186 status_dict = load_expectations(expectation_json)
[all …]
/external/autotest/client/site_tests/network_EthCaps/
Dnetwork_EthCaps.py182 status_dict = {}
187 status_dict[status_reg] = status_values.split()
190 status_dict[status_reg] = list()
192 for status_reg in status_dict:
194 status_dict[status_reg])
196 return ('PM1' in status_dict['SMI_STS']) and \
197 ('WAK' in status_dict['PM1_STS']) and \
198 ('PCIEXPWAK' in status_dict['PM1_STS']) and \
199 len(status_dict['GPE0_STS']) == 0
/external/autotest/server/cros/network/
Dwpa_cli_proxy.py128 status_dict = self._get_status_dict()
129 return (status_dict.get('ssid', None) == ssid and
130 status_dict.get('wpa_state', None) in
142 status_dict = self._get_status_dict()
143 return (status_dict.get('ssid', None) == ssid and
144 status_dict.get('ip_address', None))
/external/autotest/server/
Dfrontend.py164 status_dict = {}
167 status_dict[key] = str(value)
170 status_dict['id'] = [status_dict['reason'], status_dict['hostname'],
171 status_dict['test_name']]
172 test_status.append(status_dict)
/external/chromium-trace/catapult/third_party/pipeline/pipeline/
Dpipeline.py2882 status_dict=None): argument
2933 if status_dict is None:
2934 status_dict = {}
2955 status_record = status_dict.get(status_record_key)
3182 status_dict=found_status_dict)
3242 status_dict = {}
3249 status_dict[entity.key()] = entity
3259 status_dict=status_dict)
/external/autotest/client/virt/
Dvirt_utils.py1214 status_dict = {}
1222 for test_name in status_dict.keys():
1228 if status_dict[test_name] not in ['GOOD', 'WARN']:
1259 status_dict[dict.get("name")] = current_status