Searched refs:queue_args (Results 1 – 1 of 1) sorted by relevance
/external/autotest/site_utils/ |
D | gs_offloader_unittest.py | 233 self.queue_args = [resultsdir, os.path.dirname(resultsdir)] 323 multi, job.queue_args[0], 324 os.path.join(test_bucket_uri, job.queue_args[1])) 329 self.assertEqual(command[-2], job.queue_args[0]) 334 os.path.join(test_bucket_uri, job.queue_args[0])) 338 os.path.join(test_bucket_uri, job.queue_args[1])) 712 def _mock_offload_dir_calls(self, command, queue_args): argument 722 command.append(queue_args[0]) 724 False, queue_args[0], 726 queue_args[1])).AndReturn(command) [all …]
|