From d9eec24e6baabd93cfdf85d8514fdd3b5a368a44 Mon Sep 17 00:00:00 2001 From: tombuildsstuff Date: Mon, 10 Apr 2017 12:26:22 +0100 Subject: [PATCH] Hooking up the Image List Entry tests --- builtin/providers/opc/import_storage_volume_test.go | 2 +- builtin/providers/opc/resource_storage_volume_test.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/providers/opc/import_storage_volume_test.go b/builtin/providers/opc/import_storage_volume_test.go index fdd871462..f97599fd2 100644 --- a/builtin/providers/opc/import_storage_volume_test.go +++ b/builtin/providers/opc/import_storage_volume_test.go @@ -99,7 +99,7 @@ func TestAccOPCStorageVolume_importBootable(t *testing.T) { func TestAccOPCStorageVolume_importImageListEntry(t *testing.T) { resourceName := "opc_compute_storage_volume.test" rInt := acctest.RandInt() - config := fmt.Sprintf(testAccStorageVolumeBootable, rInt, rInt) + config := fmt.Sprintf(testAccStorageVolumeImageListEntry, rInt, rInt) resource.Test(t, resource.TestCase{ PreCheck: func() { testAccPreCheck(t) }, diff --git a/builtin/providers/opc/resource_storage_volume_test.go b/builtin/providers/opc/resource_storage_volume_test.go index cf2209802..5e8d24699 100644 --- a/builtin/providers/opc/resource_storage_volume_test.go +++ b/builtin/providers/opc/resource_storage_volume_test.go @@ -281,7 +281,7 @@ resource "opc_compute_image_list_entry" "test" { } resource "opc_compute_storage_volume" "test" { - name = "test-acc-stor-vol-bootable-%d" + name = "test-acc-stor-vol-image-list-entry-%d" description = "Provider Acceptance Tests Storage Volume Image List Entry" size = 20 tags = ["bar", "foo"]