-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor Testworkflow structure... (#800)
* Refactor TestWorkflow structure to provide a compute client instead of an image name Retained the partial URL as ImageURL because this it's not readily available on the image object and daisy needs it Add a new TestWorkflowForUnitTest helper to instantiate an empty testworkflow without worrying about the compute API Add a testclient in TestNewTestWorkflow and verify that it's setting the properties receieved from the API Use the compute API to check image metadata rather than image naming conventions for OS type and image architecture. Use the compute API to check for GuestOsFeature flags to skip tests rather than curated lists * gofmt * Check number of guest CPUs directly in networkperf setup * Compare arch directly in hotattach * Handle shapevalidation shape exceptions * gofmt/lint/vet * Document usage of the compute.Image property * merge GoogleCloudPlatform/master into acrate/computeapirefactor * rebase * gofmt/lint/vet
- Loading branch information
Showing
15 changed files
with
328 additions
and
247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.