Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py42 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 …]
Dcreate_cuttlefish_action_test.py46 BRANCH = "fake-branch" variable in CreateCuttlefishActionTest
102 self.build_client.GetBranch.side_effect = [self.BRANCH,
118 branch=self.BRANCH,
129 "branch": self.BRANCH,
Dcommon_operations_test.py40 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/
Dcvd_compute_client_test.py41 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,
Dgoldfish_compute_client_test.py35 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/
DFileSystemLogSaverTest.java57 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()