Searched refs:BRANCH (Results 1 – 6 of 6) sorted by relevance
/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 42 BRANCH = "fake-branch" variable in CreateGoldfishActionTest 71 constants.BUILD_BRANCH: self.BRANCH, 108 self.BRANCH, self.EMULATOR_BRANCH 125 branch=self.BRANCH, 138 "branch": self.BRANCH, 152 self.BRANCH, self.EMULATOR_BRANCH 162 branch=self.BRANCH, 185 self.BRANCH, self.EMULATOR_BRANCH 203 branch=self.BRANCH) 212 branch=self.BRANCH, [all …]
|
D | create_cuttlefish_action_test.py | 46 BRANCH = "fake-branch" variable in CreateCuttlefishActionTest 102 self.build_client.GetBranch.side_effect = [self.BRANCH, 118 branch=self.BRANCH, 129 "branch": self.BRANCH,
|
D | common_operations_test.py | 40 BRANCH = "fake-branch" variable in CommonOperationsTest 50 self.device_factory._branch = self.BRANCH 110 "branch": self.BRANCH, 129 "branch": self.BRANCH,
|
/tools/acloud/internal/lib/ |
D | cvd_compute_client_test.py | 41 BRANCH = "fake-branch" variable in CvdComputeClientTest 99 branch=self.BRANCH, build_id=self.BUILD_ID), 116 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH, 153 self.INSTANCE, self.IMAGE, self.IMAGE_PROJECT, self.TARGET, self.BRANCH,
|
D | goldfish_compute_client_test.py | 35 BRANCH = "fake-branch" variable in GoldfishComputeClientTest 101 branch=self.BRANCH, build_id=self.BUILD_ID), 116 self.BRANCH, self.BUILD_ID, self.EMULATOR_BRANCH,
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 57 private static final String BRANCH = "somebranch"; field in FileSystemLogSaverTest 69 EasyMock.expect(mMockBuild.getBuildBranch()).andReturn(BRANCH).anyTimes(); in setUp() 99 assertEquals(BRANCH, branchDir.getName()); in testGetFileDir() 274 assertEquals(BRANCH, mReportDir.list()[0]); in testCreateReportDirectory_sharded()
|