/openthread-2.7.6/tests/toranj/ |
D | test-nnn-template.py | 34 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 36 print('Starting \'{}\''.format(test_name)) 63 print('\'{}\' passed.'.format(test_name))
|
D | test-034-poor-link-parent-child-attach.py | 37 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 39 print('Starting \'{}\''.format(test_name)) 76 print('\'{}\' passed.'.format(test_name))
|
D | test-031-meshcop-joiner-commissioner.py | 38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 40 print('Starting \'{}\''.format(test_name)) 94 print('\'{}\' passed.'.format(test_name))
|
D | test-035-child-timeout-large-data-poll.py | 39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 41 print('Starting \'{}\''.format(test_name)) 83 print('\'{}\' passed.'.format(test_name))
|
D | test-008-permit-join.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 83 print('\'{}\' passed.'.format(test_name))
|
D | test-041-lowpan-fragmentation.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 87 print('\'{}\' passed.'.format(test_name))
|
D | test-033-mesh-local-prefix-change.py | 39 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 41 print('Starting \'{}\''.format(test_name)) 105 print('\'{}\' passed.'.format(test_name))
|
D | test-004-scan.py | 35 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 37 print('Starting \'{}\''.format(test_name)) 102 print('\'{}\' passed.'.format(test_name))
|
D | test-043-meshcop-joiner-router.py | 38 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 40 print('Starting \'{}\''.format(test_name)) 109 print('\'{}\' passed.'.format(test_name))
|
D | test-011-child-table.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 97 print('\'{}\' passed.'.format(test_name))
|
D | test-017-parent-reset-child-recovery.py | 44 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 46 print('Starting \'{}\''.format(test_name)) 167 print('\'{}\' passed.'.format(test_name))
|
D | test-022-multicast-ip6-address.py | 51 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 53 print('Starting \'{}\''.format(test_name)) 138 print('\'{}\' passed.'.format(test_name))
|
D | test-603-channel-manager-announce-recovery.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 119 print('\'{}\' passed.'.format(test_name))
|
D | test-019-inform-previous-parent.py | 60 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 62 print('Starting \'{}\''.format(test_name)) 165 print('\'{}\' passed.'.format(test_name))
|
D | test-006-traffic-router-end-device.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 108 print('\'{}\' passed.'.format(test_name))
|
D | test-704-multi-radio-scan.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 115 print('\'{}\' passed.'.format(test_name))
|
D | test-705-multi-radio-discover-scan.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 115 print('\'{}\' passed.'.format(test_name))
|
D | test-005-discover-scan.py | 35 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 37 print('Starting \'{}\''.format(test_name)) 129 print('\'{}\' passed.'.format(test_name))
|
D | test-007-traffic-router-sleepy.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 113 print('\'{}\' passed.'.format(test_name))
|
D | test-018-child-supervision.py | 52 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 54 print('Starting \'{}\''.format(test_name)) 178 print('\'{}\' passed.'.format(test_name))
|
D | test-028-router-leader-reset-recovery.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 140 print('\'{}\' passed.'.format(test_name))
|
D | test-029-data-poll-interval.py | 36 test_name = __file__[:-3] if __file__.endswith('.py') else __file__ variable 38 print('Starting \'{}\''.format(test_name)) 129 print('\'{}\' passed.'.format(test_name))
|
D | test-015-same-prefix-on-multiple-nodes.py | 36 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/ |
D | test-driver | 53 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/ |
D | test-driver | 53 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"
|