Searched refs:test_channel (Results 1 – 4 of 4) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | audio_test_utils.py | 277 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/ |
D | audio_helper.py | 930 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/ |
D | network_WiFi_RegDomain.py | 242 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/ |
D | ap_configurator_test.py | 127 def test_channel(self): member in ConfiguratorTest
|