-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EIM-104] [Test] Automated test refactor (#87)
Add default IDF version read on workflow Refactor of the test infrastructure Update test descriptions, add check for IDF ver. Simplified test command, update report upload
- Loading branch information
1 parent
59b1d82
commit 08d8af2
Showing
26 changed files
with
552 additions
and
679 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
path = "/home/fabricio/.espressif" | ||
idf_path = "/home/fabricio/.espressif/v5.4/esp-idf" | ||
esp_idf_json_path = "/home/fabricio/.espressif/tools" | ||
tool_download_folder_name = "dist" | ||
tool_install_folder_name = "tools" | ||
target = ["all"] | ||
idf_versions = ["v5.4"] | ||
tools_json_file = "tools/tools.json" | ||
idf_tools_path = "tools/idf_tools.py" | ||
config_file_save_path = "eim_config.toml" | ||
non_interactive = true | ||
wizard_all_questions = false | ||
mirror = "https://github.com" | ||
idf_mirror = "https://github.com" | ||
recurse_submodules = false | ||
install_all_prerequisites = false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.