/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/ |
D | platform_CryptohomeTPMReOwn.py | 23 def run_once(self, subtest='None'): argument 27 logging.info("Running client subtest %s", subtest) 28 if (subtest == 'clear_tpm'): 31 elif (subtest == 'enable_tpm'): 34 elif (subtest == 'mount_cryptohome'): 66 elif (subtest == 'mount_cryptohome_after_reboot'): 94 elif (subtest == 'mount_cryptohome_check_recreate'):
|
/external/autotest/server/site_tests/hardware_TPMFirmwareServer/ |
D | hardware_TPMFirmwareServer.py | 25 def tpm_run(self, subtest, ignore_status=False): argument 26 self.client_at.run_test(self.client_test, subtest=subtest) 32 (subtest, cstatus))
|
/external/autotest/server/site_tests/platform_CryptohomeTPMReOwnServer/ |
D | platform_CryptohomeTPMReOwnServer.py | 23 def tpm_run(self, subtest, ignore_status=False): argument 24 self.client_at.run_test(self.client_test, subtest=subtest) 30 (subtest, cstatus))
|
/external/ltp/tools/pounder21/doc/ |
D | CONFIGURATION | 49 MAX_FAILURES - Maximum number of test failures allowed for each subtest 53 subtest failures. 78 For instance, the build_kernel subtest requires downloading a 88 bonnie++-1.03e.tgz (for the bonnie++ subtest) 89 linux-2.6.39.tar.gz (for the build_kernel subtest) 90 ipmitool-1.8.9.tar.gz (for the ipmitool subtest) 100 Used by the xterm_stress subtest. 107 Used by the time_drift subtest.
|
D | SCHEDULER | 150 test_scripts. (A test with build script "build_scripts/subtest" and 151 test script "test_scripts/subtest" should be defined as something like 297 contain the T00hwinfo subtest along with a tests/excluded/ directory (see the "Including and 304 would like to run only ONE test, run "./pounder ./tests/<some subtest>". If you would
|
/external/ltp/tools/pounder21/ |
D | config | 6 export MAX_FAILURES=5 #Maximum number of test failures allowed for each subtest 8 #an upper bound on any subtest failures. 34 #Used by the xterm_stress subtest. 40 #Used by the time_drift subtest.
|
D | README | 26 as a subtest from within this framework, including the LTP test suite. 202 run "./pounder subtest" to run just one particular subtest
|
D | pounder | 55 run "./pounder subtest" to run just one particular subtest
|
/external/ltp/tools/pounder21/test_repo/excluded/ |
D | testlist | 3 # test run. Whenever ./pounder -e subtest-to-exclude 4 # is used, the subtest name and path get logged
|
/external/autotest/client/site_tests/network_VPNConnect/ |
D | control.openvpn_cert_verify | 26 vpn_types = [ '%s_%s' % (NAME.split('.')[1], subtest) 27 for subtest in ('', 'cn_only', 'incorrect_subject',
|
/external/dtc/tests/ |
D | overlay_base.dts | 15 subtest: sub-test-node { label
|
D | overlay_base_manual_symbols.dts | 16 subtest: sub-test-node { label
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | graphics_Stress.py | 217 def run_once(self, test_duration_secs=600, fullscreen=True, subtest='gmaps'): argument 233 self.subtests[subtest](self)
|
D | control.peacekeeper | 22 job.run_test('graphics_Stress', subtest='peacekeeper')
|
D | control.restart | 22 job.run_test('graphics_Stress', subtest='restart')
|
D | control.ytvimeowebgl | 22 job.run_test('graphics_Stress', subtest='yt+vimeo+webgl')
|
D | control.50spirit | 23 job.run_test('graphics_Stress', subtest='50spirit')
|
D | control.tabopenclose | 22 job.run_test('graphics_Stress', subtest='tabopenclose')
|
D | control.blobaquariumyt | 22 job.run_test('graphics_Stress', subtest='blob+aquarium+yt')
|
D | control.gmaps | 22 job.run_test('graphics_Stress', subtest='gmaps')
|
/external/autotest/client/site_tests/network_GobiUncleanDisconnect/ |
D | control | 9 This test will fail if any of its subtest programs fails to find or connect to
|
D | control.gobi2k | 9 This test will fail if any of its subtest programs fails to find or connect to
|
D | control.gobi3k | 9 This test will fail if any of its subtest programs fails to find or connect to
|
/external/autotest/server/site_tests/network_EthCapsServer/ |
D | control | 12 - subtest should take <20 seconds to pass and <60seconds to fail
|
/external/llvm/utils/lit/ |
D | TODO | 22 possible to specify an individual subtest to run with the googletest format. 45 subtest, and don't use test suite names. 135 * This would provide a clear place to insert subtest support, because the
|