Skip to content

Commit 573b89a

Browse files
committed
updates
1 parent 2003ec4 commit 573b89a

File tree

2 files changed

+15
-55
lines changed

2 files changed

+15
-55
lines changed

cloudstack/resource_cloudstack_storage_pool_test.go

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
8686
const testAccCloudStackStoragePoolConfig_update = `
8787
resource "cloudstack_zone" "test" {
8888
name = "acc_zone"

website/docs/r/physicalnetwork.html.markdown

Lines changed: 0 additions & 40 deletions
This file was deleted.

0 commit comments

Comments
 (0)