Home
last modified time | relevance | path

Searched refs:test_name (Results 1 – 25 of 61) sorted by relevance

123

/openthread-2.7.6/tests/toranj/
Dtest-nnn-template.py34 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
36 print('Starting \'{}\''.format(test_name))
63 print('\'{}\' passed.'.format(test_name))
Dtest-034-poor-link-parent-child-attach.py37 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
39 print('Starting \'{}\''.format(test_name))
76 print('\'{}\' passed.'.format(test_name))
Dtest-031-meshcop-joiner-commissioner.py38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
40 print('Starting \'{}\''.format(test_name))
94 print('\'{}\' passed.'.format(test_name))
Dtest-035-child-timeout-large-data-poll.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
41 print('Starting \'{}\''.format(test_name))
83 print('\'{}\' passed.'.format(test_name))
Dtest-008-permit-join.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
83 print('\'{}\' passed.'.format(test_name))
Dtest-041-lowpan-fragmentation.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
87 print('\'{}\' passed.'.format(test_name))
Dtest-033-mesh-local-prefix-change.py39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
41 print('Starting \'{}\''.format(test_name))
105 print('\'{}\' passed.'.format(test_name))
Dtest-004-scan.py35 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
37 print('Starting \'{}\''.format(test_name))
102 print('\'{}\' passed.'.format(test_name))
Dtest-043-meshcop-joiner-router.py38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
40 print('Starting \'{}\''.format(test_name))
109 print('\'{}\' passed.'.format(test_name))
Dtest-011-child-table.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
97 print('\'{}\' passed.'.format(test_name))
Dtest-017-parent-reset-child-recovery.py44 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
46 print('Starting \'{}\''.format(test_name))
167 print('\'{}\' passed.'.format(test_name))
Dtest-022-multicast-ip6-address.py51 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
53 print('Starting \'{}\''.format(test_name))
138 print('\'{}\' passed.'.format(test_name))
Dtest-603-channel-manager-announce-recovery.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
119 print('\'{}\' passed.'.format(test_name))
Dtest-019-inform-previous-parent.py60 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
62 print('Starting \'{}\''.format(test_name))
165 print('\'{}\' passed.'.format(test_name))
Dtest-006-traffic-router-end-device.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
108 print('\'{}\' passed.'.format(test_name))
Dtest-704-multi-radio-scan.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
115 print('\'{}\' passed.'.format(test_name))
Dtest-705-multi-radio-discover-scan.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
115 print('\'{}\' passed.'.format(test_name))
Dtest-005-discover-scan.py35 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
37 print('Starting \'{}\''.format(test_name))
129 print('\'{}\' passed.'.format(test_name))
Dtest-007-traffic-router-sleepy.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
113 print('\'{}\' passed.'.format(test_name))
Dtest-018-child-supervision.py52 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
54 print('Starting \'{}\''.format(test_name))
178 print('\'{}\' passed.'.format(test_name))
Dtest-028-router-leader-reset-recovery.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
140 print('\'{}\' passed.'.format(test_name))
Dtest-029-data-poll-interval.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
129 print('\'{}\' passed.'.format(test_name))
Dtest-015-same-prefix-on-multiple-nodes.py36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable
38 print('Starting \'{}\''.format(test_name))
147 print('\'{}\' passed.'.format(test_name))
/openthread-2.7.6/third_party/openthread-test-driver/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
119 TEST_NAME="${test_name}" PORT_OFFSET=$OFFSET python3 "$@" >$log_file 2>&1
146 echo "$res $test_name (exit status: $estatus)" >>$log_file
149 echo "${col}${res}${std}: $test_name"
/openthread-2.7.6/third_party/nlbuild-autotools/repo/third_party/autoconf/
Dtest-driver53 test_name= # Used for reporting.
63 --test-name) test_name=$2; shift;;
77 test x"$test_name" = x && missing_opts="$missing_opts --test-name"
123 echo "${col}${res}${std}: $test_name"

123