Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/test_idf_py/
Dtest_idf_py.py33 current_dir = os.path.dirname(os.path.realpath(__file__)) variable
34 idf_py_path = os.path.join(current_dir, '..', 'idf.py')
35 extension_path = os.path.join(current_dir, 'test_idf_extensions', 'test_ext')
36 link_path = os.path.join(current_dir, '..', 'idf_py_actions', 'test_ext')
43 os.environ['IDF_EXTRA_ACTIONS_PATH'] = os.path.join(current_dir, 'extra_path')
57 … os.environ['IDF_EXTRA_ACTIONS_PATH'] = ';'.join([os.path.join(current_dir, 'extra_path')])
71 … os.environ['IDF_EXTRA_ACTIONS_PATH'] = ';'.join([os.path.join(current_dir, 'extra_path')])
138 '-C%s' % current_dir,
150 '-C%s' % current_dir,
180 …subprocess.check_output([sys.executable, idf_py_path, '-C%s' % current_dir, 'test-2'], env=os.envi…
[all …]
/hal_espressif-3.6.0/tools/test_mkdfu/
Dtest_mkdfu.py32 current_dir = os.path.dirname(os.path.realpath(__file__)) variable
33 mkdfu_path = os.path.join(current_dir, '..', 'mkdfu.py')
73 …self.assertTrue(filecmp.cmp(f_out.name, os.path.join(current_dir, output_to_compare)), 'Output fil…
81 … with tempfile.NamedTemporaryFile(mode='w', dir=os.path.join(current_dir, '1'), delete=False) as f:
105 shutil.copyfile(os.path.join(current_dir, '1', '1.bin'), bootloader)
108 (0x8000, os.path.join(current_dir, '1', '2.bin')),
109 (0x10000, os.path.join(current_dir, '1', '3.bin'))])
121 temp_dir = tempfile.mkdtemp(dir=current_dir)
/hal_espressif-3.6.0/tools/test_mkuf2/
Dtest_mkuf2.py41 current_dir = os.path.dirname(os.path.realpath(__file__)) variable
42 mkuf2_dir = os.path.abspath(os.path.join(current_dir, '..'))