Home
last modified time | relevance | path

Searched full:test_script (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/.github/workflows/
Dregression_test.yml27 test_script: ./scripts/test_nxd.sh
42 test_script: ./scripts/test_web.sh
57 test_script: ./scripts/test_ptp.sh
72 test_script: ./scripts/test_mqtt.sh
87 test_script: ./scripts/test_nxd64.sh
102 test_script: ./scripts/test_nxd_fast.sh
118 test_script: ./scripts/test_azure_iot.sh
157 test_script: ./scripts/test_secure.sh
172 test_script: ./scripts/test_crypto.sh
188 test_script: ./scripts/test_secure_interoperability.sh
[all …]
/NetX-Duo-v6.2.1/test/regression/ftp_test/
Dnetx_ftp_client_pasv_file_read_test.c453 status = nx_ftp_client_file_open(&ftp_client, "test_script.pl", NX_FTP_OPEN_FOR_READ, 500); in client_thread_entry()