Skip to content

Commit

Permalink
Add additional resource attribute tests for instance
Browse files Browse the repository at this point in the history
  • Loading branch information
ismirlia committed Dec 20, 2023
1 parent da37dd2 commit dfffdd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ibm/service/power/resource_ibm_pi_instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -660,6 +660,8 @@ func TestAccIBMPIInstanceDeploymentTypeNoStorage(t *testing.T) {
Check: resource.ComposeTestCheckFunc(
testAccCheckIBMPIInstanceExists(instanceRes),
resource.TestCheckResourceAttr(instanceRes, "pi_instance_name", name),
resource.TestCheckResourceAttr(instanceRes, "pi_deployment_type", "VMNoStorage"),
resource.TestCheckResourceAttr(instanceRes, "pi_sys_type", "s922"),
),
},
},
Expand Down

0 comments on commit dfffdd4

Please sign in to comment.