Searched refs:queue_args (Results 1 – 1 of 1) sorted by relevance
/external/autotest/site_utils/ |
D | gs_offloader_unittest.py | 284 self.queue_args = [resultsdir, os.path.dirname(resultsdir), self._timestamp] 306 self.queue_args[2] = self._timestamp 321 self.queue_args[2] = self._timestamp 375 gs_path = os.path.join(test_bucket_uri, job.queue_args[1]) 378 multi, job.queue_args[0], gs_path) 383 self.assertEqual(command[-2], job.queue_args[0]) 388 os.path.join(test_bucket_uri, job.queue_args[0])) 392 os.path.join(test_bucket_uri, job.queue_args[1])) 599 def _mock_offload_dir_calls(self, command, queue_args, argument 611 command.append(queue_args[0]) [all …]
|