]> granicus.if.org Git - esp-idf/commit
test: add test fw for example test
authorHe Yin Ling <heyinling@espressif.com>
Tue, 10 Oct 2017 02:44:55 +0000 (10:44 +0800)
committerHe Yin Ling <heyinling@espressif.com>
Tue, 31 Oct 2017 09:42:19 +0000 (17:42 +0800)
commit47a9a4a6146290ebacce303da1856ee40a835fda
treeeefdcb88f838de6dd4531bbd89e2ffd9b985eb70
parent19aa3c72e9e5309586a4dfc55bbfd11811761000
test: add test fw for example test
21 files changed:
tools/tiny-test-fw/App.py [new file with mode: 0644]
tools/tiny-test-fw/CIAssignExampleTest.py [new file with mode: 0644]
tools/tiny-test-fw/DUT.py [new file with mode: 0644]
tools/tiny-test-fw/Env.py [new file with mode: 0644]
tools/tiny-test-fw/EnvConfig.py [new file with mode: 0644]
tools/tiny-test-fw/EnvConfigTemplate.yml [new file with mode: 0644]
tools/tiny-test-fw/IDF/IDFApp.py [new file with mode: 0644]
tools/tiny-test-fw/IDF/IDFDUT.py [new file with mode: 0644]
tools/tiny-test-fw/IDF/__init__.py [new file with mode: 0644]
tools/tiny-test-fw/Runner.py [new file with mode: 0644]
tools/tiny-test-fw/TestCase.py [new file with mode: 0644]
tools/tiny-test-fw/TinyFW.py [new file with mode: 0644]
tools/tiny-test-fw/Utility/CaseConfig.py [new file with mode: 0644]
tools/tiny-test-fw/Utility/GitlabCIJob.py [new file with mode: 0644]
tools/tiny-test-fw/Utility/SearchCases.py [new file with mode: 0644]
tools/tiny-test-fw/Utility/__init__.py [new file with mode: 0644]
tools/tiny-test-fw/docs/Makefile [new file with mode: 0644]
tools/tiny-test-fw/docs/_static/.keep [new file with mode: 0644]
tools/tiny-test-fw/docs/conf.py [new file with mode: 0644]
tools/tiny-test-fw/docs/index.rst [new file with mode: 0644]
tools/tiny-test-fw/example.py [new file with mode: 0644]