Home
last modified time | relevance | path

Searched full:skip_cleanup (Results 1 – 25 of 26) sorted by relevance

12

/external/autotest/client/common_lib/cros/
Dchromedriver.py32 server_port=None, skip_cleanup=False, url_base=None, argument
47 @param skip_cleanup: If True, leave the server and browser running
59 self._cleanup = not skip_cleanup
87 skip_cleanup=skip_cleanup,
154 def __init__(self, exe_path, port=None, skip_cleanup=False, argument
161 skip_cleanup: If True, leave the server running so that remote
211 if not skip_cleanup:
/external/autotest/site_utils/lxc/
Dcleanup_if_fail.py35 skip_cleanup = utils.get_function_arg_value(
36 func, 'skip_cleanup', args, kwargs)
38 skip_cleanup = False
45 if container and not skip_cleanup:
Dlxc_functional_test.py194 def setup_test(bucket, container_id, skip_cleanup): argument
199 @param skip_cleanup: Set to True to skip cleanup, used to troubleshoot
208 skip_cleanup=skip_cleanup,
327 parser.add_argument('-s', '--skip_cleanup', action='store_true',
348 container = setup_test(bucket, container_id, options.skip_cleanup)
370 if not options.skip_cleanup:
Dbase_image_unittest.py174 if not unittest_setup.config.skip_cleanup:
202 if not unittest_setup.config.skip_cleanup:
Dcontainer_bucket.py144 control=None, skip_cleanup=False, job_folder=None, argument
164 @param skip_cleanup: Set to True to skip cleanup, used to troubleshoot
Dunittest_setup.py65 parser.add_argument('-s', '--skip_cleanup', action='store_true',
Dzygote_unittest.py52 if not unittest_setup.config.skip_cleanup:
325 if not unittest_setup.config.skip_cleanup:
Dcontainer_unittest.py49 if not unittest_setup.config.skip_cleanup:
343 if not unittest_setup.config.skip_cleanup:
Dcontainer_factory_unittest.py42 if not unittest_setup.config.skip_cleanup:
/external/python/httplib2/
D.travis.yml70 skip_cleanup: true
87 skip_cleanup: true
/external/ltp/testcases/kernel/firmware/fw_load_user/
Dfw_load.c64 static int skip_cleanup; variable
68 {"s", &skip_cleanup, NULL},
172 if (skip_cleanup) in cleanup()
/external/e2fsprogs/tests/
Drun_e2fsck107 if [ "$SKIP_CLEANUP" != "true" ] ; then
109 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_convert_bmap_sparse/
Dscript110 if [ "$SKIP_CLEANUP" != "true" ] ; then
112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_compress_extent_tree_level/
Dscript112 if [ "$SKIP_CLEANUP" != "true" ] ; then
114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_convert_bmap/
Dscript110 if [ "$SKIP_CLEANUP" != "true" ] ; then
112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_extent_too_deep/
Dscript108 if [ "$SKIP_CLEANUP" != "true" ] ; then
110 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_collapse_extent_tree/
Dscript110 if [ "$SKIP_CLEANUP" != "true" ] ; then
112 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/e2fsprogs/tests/f_convert_bmap_and_extent/
Dscript112 if [ "$SKIP_CLEANUP" != "true" ] ; then
114 unset SKIP_VERIFY SKIP_CLEANUP SKIP_GUNZIP ONE_PASS_ONLY PREP_CMD
/external/flatbuffers/
D.travis.yml48 # skip_cleanup: true
57 # skip_cleanup: true
/external/swiftshader/
D.travis.yml41 skip_cleanup: true
/external/ltp/testcases/kernel/controllers/cgroup_xattr/
Dcgroup_xattr.c97 static int skip_cleanup; variable
101 {"s", &skip_cleanup, NULL},
217 if (skip_cleanup) in cleanup()
/external/ltp/testcases/kernel/security/prot_hsymlinks/
Dprot_hsymlinks.c125 static int skip_cleanup; variable
129 {"s", &skip_cleanup, NULL},
278 if (skip_cleanup) in cleanup()
/external/fonttools/
D.travis.yml92 skip_cleanup: true
/external/deqp-deps/glslang/
D.travis.yml128 skip_cleanup: true
/external/autotest/client/cros/audio/
Dpack_audio_quality.py148 if not args.skip_cleanup:

12