Skip to content

Commit

Permalink
test-locally: add more tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo committed Oct 31, 2024
1 parent c29baf6 commit 4d75158
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,18 @@ test-locally:
"$(CURDIR)/scripts/local-test.sh" TestAccVM_importBasic
"$(CURDIR)/scripts/local-test.sh" TestAccVM_withFlexibleGpuLink_basic
"$(CURDIR)/scripts/local-test.sh" TestAccVM_UpdateKeypair
"$(CURDIR)/scripts/local-test.sh" TestAccVM_UpdateTags
"$(CURDIR)/scripts/local-test.sh" TestAccVM_UpdateDeletionProtection
"$(CURDIR)/scripts/local-test.sh" TestAccVM_multiBlockDeviceMapping
"$(CURDIR)/scripts/local-test.sh" TestAccVM_WithTagDataSource
"$(CURDIR)/scripts/local-test.sh" TestAccVM_withImageExportTask_basic
"$(CURDIR)/scripts/local-test.sh" TestAccVM_WithImageDataSource_basic
"$(CURDIR)/scripts/local-test.sh" TestAccVM_withImageExportTasksDataSource_basic
"$(CURDIR)/scripts/local-test.sh" TestAccOthers_DataSourceFlexibleGpu_basic
"$(CURDIR)/scripts/local-test.sh" TestAccOthers_Volume_io1Type
"$(CURDIR)/scripts/local-test.sh" TestAccOthers_LBU_basic
"$(CURDIR)/scripts/local-test.sh" TestAccOthers_DataSourceAccount_basic
"$(CURDIR)/scripts/local-test.sh" TestAccOthers_ClientGatewaysDatasource_withFilters

.PHONY: terraform-examples
terraform-examples:
Expand Down

0 comments on commit 4d75158

Please sign in to comment.