Hooking up the Image List Entry tests

pull/13468/head
tombuildsstuff 9 years ago
parent bb2afcb38e
commit d9eec24e6b

@ -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) },

@ -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"]

Loading…
Cancel
Save