| Index: client/site_tests/realtimecomm_GTalkAudioBench/realtimecomm_GTalkAudioBench.py
|
| diff --git a/client/site_tests/realtimecomm_GTalkAudioBench/realtimecomm_GTalkAudioBench.py b/client/site_tests/realtimecomm_GTalkAudioBench/realtimecomm_GTalkAudioBench.py
|
| index f7066486d26016639b3d8ccee2f2ec90d3bcc5fe..0495a5ad13e7eed09a2e525a486a8ff2def71e38 100755
|
| --- a/client/site_tests/realtimecomm_GTalkAudioBench/realtimecomm_GTalkAudioBench.py
|
| +++ b/client/site_tests/realtimecomm_GTalkAudioBench/realtimecomm_GTalkAudioBench.py
|
| @@ -24,9 +24,12 @@ class realtimecomm_GTalkAudioBench(test.test):
|
| # 'telephone-event',
|
| # 'CN',
|
| ]
|
| - # TODO(zhurunz): Support ARM once available.
|
| - gips_path = '/home/autotest/gips'
|
| - gips = os.path.join(gips_path, 'audiotesttool.i686')
|
| +
|
| + def setup(self):
|
| + # TODO(zhurunz): Support ARM once available.
|
| + self.gips_path = os.path.join(self.autodir, 'gips')
|
| + self.gips = os.path.join(self.gips_path, 'audiotesttool.i686')
|
| +
|
|
|
| def run_once(self):
|
| # Setup as appropriate
|
|
|