Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/tools/test_idf_tools/
Dtest_idf_tools.py122 def run_idf_tools_with_action(self, action): member in TestUsage
130 output = self.run_idf_tools_with_action(['list'])
147 output = self.run_idf_tools_with_action(['install'])
158 output = self.run_idf_tools_with_action(['check'])
167 output = self.run_idf_tools_with_action(['export'])
185 output = self.run_idf_tools_with_action(['install', '--targets=esp32'])
196 output = self.run_idf_tools_with_action(['check'])
201 output = self.run_idf_tools_with_action(['export'])
219 output = self.run_idf_tools_with_action(['install', '--targets=esp32c3'])
230 output = self.run_idf_tools_with_action(['check'])
[all …]