Home
last modified time | relevance | path

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

/external/autotest/client/cros/chameleon/
Daudio_test_utils.py277 for test_channel, golden_channel in enumerate(recorder.channel_map):
279 logging.info('Skipped channel %d', test_channel)
282 signal = recorded_data.channel_data[test_channel]
293 test_channel)
297 test_channel, spectral, golden_frequency)
305 (test_channel, dominant_frequency, golden_frequency))
315 (test_channel, detected_anomaly))
319 test_channel)
346 '%s' % (test_channel, spectral))
/external/autotest/client/cros/audio/
Daudio_helper.py930 for test_channel, golden_channel in enumerate(channel_map):
932 logging.info('Skipped channel %d', test_channel)
934 test_data_one_channel = test_data.channel_data[test_channel]
936 result_dict = dict(test_channel=test_channel,
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dnetwork_WiFi_RegDomain.py242 def test_channel(self, wifi_context, channel_config): member in network_WiFi_RegDomain
303 self.test_channel(wifi_context, channel_config)
/external/autotest/server/cros/ap_configurators/
Dap_configurator_test.py127 def test_channel(self): member in ConfiguratorTest