@@ -31,10 +31,10 @@ func TestAccCloudStackStoragePool_basic(t *testing.T) {
3131 resource .Test (t , resource.TestCase {
3232 PreCheck : func () { testAccPreCheck (t ) },
3333 Providers : testAccProviders ,
34- Steps : []resource.TestStep {
35- // {
36- // Config: testAccCloudStackStoragePoolConfig_basic,
37- // },
34+ Steps : []resource.TestStep {
35+ {
36+ Config : testAccCloudStackStoragePoolConfig_basic ,
37+ },
3838 // {
3939 // Config: testAccCloudStackStoragePoolConfig_update,
4040 // Check: resource.ComposeTestCheckFunc(
@@ -70,19 +70,19 @@ resource "cloudstack_cluster" "test" {
7070 pod_id = cloudstack_pod.test.id
7171 zone_id = cloudstack_zone.test.id
7272}
73-
74- resource "cloudstack_storage_pool" "test" {
75- name = "acc_primarystorage"
76- url = "nfs://10.147.28.6/export/home/sandbox/primary11"
77- zone_id = cloudstack_zone.test.id
78- cluster_id = cloudstack_cluster.test.id
79- pod_id = cloudstack_pod.test.id
80- scope = "CLUSTER"
81- hypervisor = "Simulator"
82- tags = "XYZ,123"
83- }
8473`
8574
75+ // resource "cloudstack_storage_pool" "test" {
76+ // name = "acc_primarystorage"
77+ // url = "nfs://10.147.28.6/export/home/sandbox/primary11"
78+ // zone_id = cloudstack_zone.test.id
79+ // cluster_id = cloudstack_cluster.test.id
80+ // pod_id = cloudstack_pod.test.id
81+ // scope = "CLUSTER"
82+ // hypervisor = "Simulator"
83+ // tags = "XYZ,123"
84+ // }
85+
8686const testAccCloudStackStoragePoolConfig_update = `
8787resource "cloudstack_zone" "test" {
8888 name = "acc_zone"
0 commit comments