Home
last modified time | relevance | path

Searched refs:GsUtilIntegrationTestCase (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_compose.py27 class TestCompose(testcase.GsUtilIntegrationTestCase):
131 class TestCompatibleCompose(testcase.GsUtilIntegrationTestCase):
Dtest_mb.py24 class TestMb(testcase.GsUtilIntegrationTestCase):
Dtest_trace.py26 class TestTraceTokenOption(testcase.GsUtilIntegrationTestCase):
Dtest_gsutil.py23 class TestGsUtil(testcase.GsUtilIntegrationTestCase):
Dtest_help.py67 class HelpIntegrationTests(testcase.GsUtilIntegrationTestCase):
Dtest_rb.py23 class TestRb(testcase.GsUtilIntegrationTestCase):
Dtest_notification.py35 class TestNotification(testcase.GsUtilIntegrationTestCase):
Dtest_logging.py25 class TestLogging(testcase.GsUtilIntegrationTestCase):
Dtest_versioning.py24 class TestVersioning(testcase.GsUtilIntegrationTestCase):
Dtest_web.py31 class TestWeb(testcase.GsUtilIntegrationTestCase):
Dtest_bucketconfig.py23 class TestBucketConfig(testcase.GsUtilIntegrationTestCase):
Dtest_Doption.py31 class TestDOption(testcase.GsUtilIntegrationTestCase):
Dtest_stat.py24 class TestStat(testcase.GsUtilIntegrationTestCase):
Dtest_cat.py24 class TestCat(testcase.GsUtilIntegrationTestCase):
Dtest_mv.py27 class TestMv(testcase.GsUtilIntegrationTestCase):
Dtest_perfdiag.py31 class TestPerfDiag(testcase.GsUtilIntegrationTestCase):
Dtest_signurl.py31 class TestSignUrl(testcase.GsUtilIntegrationTestCase):
Dtest_update.py43 class UpdateTest(testcase.GsUtilIntegrationTestCase):
Dtest_setmeta.py27 class TestSetMeta(testcase.GsUtilIntegrationTestCase):
Dtest_parallel_cp.py43 class TestParallelCp(testcase.GsUtilIntegrationTestCase):
Dtest_defacl.py30 class TestDefacl(case.GsUtilIntegrationTestCase):
Dtest_lifecycle.py33 class TestSetLifecycle(testcase.GsUtilIntegrationTestCase):
Dtest_du.py25 class TestDu(testcase.GsUtilIntegrationTestCase):
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
D__init__.py19 from gslib.tests.testcase.integration_testcase import GsUtilIntegrationTestCase
Dintegration_testcase.py84 class GsUtilIntegrationTestCase(base.GsUtilTestCase): class
101 super(GsUtilIntegrationTestCase, self).setUp()
123 super(GsUtilIntegrationTestCase, self).tearDown()

12