Searched full:example_test (Results 1 – 25 of 27) sorted by relevance
12
/hal_espressif-3.5.0/tools/ci/ |
D | mypy_ignore_list.txt | 54 examples/cxx/exceptions/example_test.py 55 examples/cxx/pthread/example_test.py 56 examples/cxx/rtti/example_test.py 57 examples/get-started/blink/example_test.py 58 examples/get-started/hello_world/example_test.py 59 examples/peripherals/gpio/generic_gpio/example_test.py 60 examples/peripherals/i2c/i2c_tools/example_test.py 61 examples/peripherals/rmt/ir_protocols/example_test.py 63 examples/peripherals/twai/twai_alert_and_recovery/example_test.py 64 examples/peripherals/twai/twai_network/example_test.py [all …]
|
D | find_apps_build_apps.sh | 3 # Find apps and build apps for example_test, custom_test, and unit_test 79 if [ "${TEST_TYPE}" = "example_test" ]; then 112 die "TEST_TYPE should only be one of {example_test, custom_test, unit_test}"
|
/hal_espressif-3.5.0/.gitlab/ci/ |
D | rules.yml | 22 .patterns-example_test: &patterns-example_test 37 .patterns-build-example_test: &patterns-build-example_test 301 .if-label-example_test: &if-label-example_test 302 …if: '$BOT_LABEL_EXAMPLE_TEST || $CI_MERGE_REQUEST_LABELS =~ /^(?:[^,\n\r]+,)*example_test(?:,[^,\n… 542 .rules:build:example_test: 546 - <<: *if-label-example_test 554 changes: *patterns-build-example_test 560 changes: *patterns-example_test 562 .rules:build:example_test-esp32: 566 - <<: *if-label-example_test [all …]
|
D | build.yml | 163 TEST_TYPE: example_test 176 - .rules:build:example_test-esp32 218 - .rules:build:example_test-esp32 226 - .rules:build:example_test-esp32s2 234 - .rules:build:example_test-esp32s3 242 - .rules:build:example_test-esp32c3
|
D | README.md | 48 - `example_test[_esp32/esp32s2/...]` 63 - `target_test`: includes all target for `example_test`, `custom_test`, `component_ut`, `unit_test`… 169 > e.g. `regular_test-example_test` 191 …a combination of `example_test`, `custom_test`, `unit_test`, `component_ut`, `integration_test` an…
|
D | target-test.yml | 50 - .rules:test:example_test-esp32 70 - .rules:test:example_test-esp32 75 - .rules:test:example_test-esp32s2 80 - .rules:test:example_test-esp32c3 85 - .rules:test:example_test-esp32s3
|
D | assign-test.yml | 20 - .rules:build:example_test 35 TEST_TYPE: example_test
|
D | pre_check.yml | 171 …- run_cmd python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b make --exclude examples/build… 172 …- run_cmd python $CI_SCAN_TESTS_PY example_test $EXAMPLE_TEST_DIR -b cmake --exclude examples/buil…
|
/hal_espressif-3.5.0/.gitlab/ci/dependencies/ |
D | dependencies.yml | 8 - example_test 141 "labels:iperf_stress_test": # example_test 145 - build:example_test 146 - build:example_test-esp32
|
D | generate_rules.py | 220 # Special case for esp32c3 example_test, for now it only run with label 221 if name.startswith('test:') or name == 'labels:example_test-esp32c3':
|
/hal_espressif-3.5.0/examples/system/ota/ |
D | README.md | 77 …thon https server -- see `start_https_server` in the [example_test](simple_ota_example/example_tes… 150 …Start the https server using [example_test](simple_ota_example/example_test.py) with two or more p… 157 $ python example_test.py build 8070
|
/hal_espressif-3.5.0/examples/protocols/sockets/udp_server/ |
D | README.md | 34 Script example_test.py could be used as a counter part to the udp-server application, 38 python example_test.py 192.168.0.167 Message
|
D | example_test.py | 102 # Usage: example_test.py <server_address> <message_to_send_to_server>
|
/hal_espressif-3.5.0/examples/protocols/sockets/tcp_client/ |
D | README.md | 24 Script example_test.py could be used as a counter part to the tcp-client project, ip protocol name … 27 python example_test.py IPv4
|
/hal_espressif-3.5.0/examples/protocols/sockets/udp_client/ |
D | README.md | 34 Script example_test.py could be used as a counter part to the udp-client application, ip protocol n… 37 python example_test.py IPv4
|
D | example_test.py | 119 # Usage: example_test.py <IPv4|IPv6>
|
/hal_espressif-3.5.0/examples/protocols/sockets/tcp_server/ |
D | README.md | 24 Script example_test.py could be used as a counter part to the tcp-server application, 28 python example_test.py 192.168.0.167 Message
|
D | example_test.py | 86 # Usage: example_test.py <server_address> <message_to_send_to_server>
|
/hal_espressif-3.5.0/tools/test_apps/security/secure_boot/ |
D | README.md | 68 Purpose of the example test cases (`example_test.py`) is to test the secure boot implementation and… 114 python example_test.py
|
/hal_espressif-3.5.0/tools/ci/python_packages/ttfw_idf/ |
D | CIScanTests.py | 20 'example_test': 'BOT_LABEL_EXAMPLE_TEST', 126 if args.test_type == 'example_test':
|
D | IDFAssignTest.py | 316 …parser.add_argument('case_group', choices=['example_test', 'custom_test', 'unit_test', 'component_… 328 if args.case_group == 'example_test':
|
/hal_espressif-3.5.0/docs/zh_CN/contribute/ |
D | creating-examples.rst | 14 - 示例项目需要包含一个 ``example_test.py`` 文件,用于进行自动化测试。如果在 GitHub 上初次提交 Pull Request 时,可以先不包含这个脚本文件。具体细节,请见…
|
/hal_espressif-3.5.0/examples/get-started/hello_world/ |
D | README.md | 27 ├── example_test.py Python script used for automated example testing
|
/hal_espressif-3.5.0/docs/en/contribute/ |
D | creating-examples.rst | 14 - Examples should have an ``example_test.py`` file for running an automated example test. If submit…
|
/hal_espressif-3.5.0/examples/storage/custom_flash_driver/ |
D | README.md | 32 ├── example_test.py Python script used for automated example testing
|
12