Home
last modified time | relevance | path

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

/platform_testing/tests/example/mobly/
Dhello_world_test.py67 with open(mobly_config_file_path, 'w') as config_file:
68 config_file.write(config_text)
153 config_file = _create_config_file(local_args) variable
154 sys.argv.append('--config=%s' % config_file)
155 logging.info('Mobly test config file: %s', config_file)