Skip to content

Commit

Permalink
Fix host orchestrator e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jemoreira committed Aug 30, 2024
1 parent 883a2af commit a6bf1da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions e2etests/orchestration/createfromimageszip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func TestInstance(t *testing.T) {
CVDs: []*hoapi.CVD{
&hoapi.CVD{
Group: "foo",
Name: "1",
BuildSource: &hoapi.BuildSource{},
Status: "Running",
Displays: []string{"720 x 1280 ( 320 )"},
Expand Down
1 change: 1 addition & 0 deletions e2etests/orchestration/createlocalimage_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func TestInstance(t *testing.T) {
CVDs: []*hoapi.CVD{
&hoapi.CVD{
Group: "foo",
Name: "1",
BuildSource: &hoapi.BuildSource{},
Status: "Running",
Displays: []string{"720 x 1280 ( 320 )"},
Expand Down

0 comments on commit a6bf1da

Please sign in to comment.