Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/brillo_PlaybackAudioTest/
Dbrillo_PlaybackAudioTest.py41 def _get_playback_cmd(self, method, dut_play_file): argument
52 if dut_play_file:
53 return 'su root slesTest_playFdPath %s 0' % dut_play_file
118 dut_play_file = None
138 dut_play_file = os.path.join(dut_tmp_dir, 'sine.wav')
139 logging.info('dut_play_file %s', dut_play_file)
140 host.send_file(host_filename, dut_play_file)
144 playback_cmd = self._get_playback_cmd(playback_method, dut_play_file)