Skip to content

Commit 54d9158

Browse files
cjreynolDatabean
authored andcommitted
Add test for branch fetches fixed by PR 2160
To verify the behavior is not broken with future fetch or zip handling updates. Bug: 476141347
1 parent 45d9b0a commit 54d9158

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

e2etests/cvd/launch_cvd_tests/main_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ func TestLaunchCvd(t *testing.T) {
6161
branch: "git_android16-car-release",
6262
target: "aosp_cf_x86_64_auto-userdebug",
6363
},
64+
{
65+
name: "Aosp11GsiPhone",
66+
branch: "aosp-android11-gsi",
67+
target: "aosp_cf_x86_64_only_phone-userdebug",
68+
},
6469
}
6570
c := e2etests.TestContext{}
6671
for _, tc := range testcases {

0 commit comments

Comments
 (0)