[test] add missing tests in the Makefile.am & update file access mode (#6825)

This commits updates `thread-cert/Makefile.am` adding some existing
tests that were not included in the Makefile when the tests were
added. It also sorts the entries to be in alphabetical order.

This commit also updates the access control mode for all script files
to be executable by all (`chmod 755` or "-rwxr-xr-x").
This commit is contained in:
Abtin Keshavarzian
2021-07-19 14:35:50 -07:00
committed by GitHub
parent 6c03a1e962
commit 71e00eb20f
27 changed files with 9 additions and 2 deletions
+9 -2
View File
@@ -153,9 +153,9 @@ EXTRA_DIST = \
sniffer_transport.py \
test_anycast.py \
test_coap.py \
test_coap_block.py \
test_coap_observe.py \
test_coaps.py \
test_coap_block.py \
test_common.py \
test_crypto.py \
test_dataset_updater.py \
@@ -170,17 +170,21 @@ EXTRA_DIST = \
test_mle.py \
test_network_data.py \
test_network_layer.py \
test_on_mesh_prefix.py \
test_pbbr_aloc.py \
test_ping.py \
test_reed_address_solicit_rejected.py \
test_reset.py \
test_route_table.py \
test_router_reattach.py \
test_service.py \
test_set_mliid.py \
test_srp_auto_start_mode.py \
test_srp_client_save_server_info.py \
test_srp_lease.py \
test_srp_name_conflicts.py \
test_srp_register_single_service.py \
test_srp_server_reboot_port.py \
test_srp_sub_type.py \
test_zero_len_external_route.py \
thread_cert.py \
@@ -214,9 +218,9 @@ check_PROGRAMS = \
check_SCRIPTS = \
test_anycast.py \
test_coap.py \
test_coap_block.py \
test_coap_observe.py \
test_coaps.py \
test_coap_block.py \
test_common.py \
test_crypto.py \
test_dataset_updater.py \
@@ -231,6 +235,8 @@ check_SCRIPTS = \
test_mle.py \
test_network_data.py \
test_network_layer.py \
test_on_mesh_prefix.py \
test_pbbr_aloc.py \
test_ping.py \
test_reed_address_solicit_rejected.py \
test_reset.py \
@@ -242,6 +248,7 @@ check_SCRIPTS = \
test_srp_lease.py \
test_srp_name_conflicts.py \
test_srp_register_single_service.py \
test_srp_server_reboot_port.py \
test_srp_sub_type.py \
test_zero_len_external_route.py \
Cert_5_1_01_RouterAttach.py \
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
Regular → Executable
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File