Searched refs:nonexistent_bucket_name (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
D | test_rb.py | 30 ['ls', '-Lb', 'gs://%s' % self.nonexistent_bucket_name], 48 stderr = self.RunGsUtil(['rb', 'gs://%s' % self.nonexistent_bucket_name], 55 'rb', '-f', 'gs://%s' % self.nonexistent_bucket_name,
|
D | test_ls.py | 109 ['ls', '-lb', 'gs://%s' % self.nonexistent_bucket_name], 114 ['ls', '-Lb', 'gs://%s' % self.nonexistent_bucket_name], 119 ['ls', '-b', 'gs://%s' % self.nonexistent_bucket_name],
|
D | test_rsync.py | 96 self.RunGsUtil(['rsync', suri(bucket_uri), self.nonexistent_bucket_name], 103 self.RunGsUtil(['rsync', tmpdir, suri(obj1), self.nonexistent_bucket_name], 936 self.default_provider, self.nonexistent_bucket_name) 950 self.default_provider, self.nonexistent_bucket_name)
|
D | test_rm.py | 463 self.nonexistent_bucket_name)],
|
D | test_cp.py | 281 '%s://%s' % (self.default_provider, self.nonexistent_bucket_name)) 552 ['-m', 'cp', '-A', suri(self.nonexistent_bucket_name, 'foo'), 553 suri(self.nonexistent_bucket_name, 'bar')],
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/ |
D | integration_testcase.py | 97 nonexistent_bucket_name = 'nonexistent-bucket-foobar.gmail.com' variable in GsUtilIntegrationTestCase 113 self.nonexistent_bucket_name = (
|