Hooking up the Image List Entry tests

This commit is contained in:
tombuildsstuff 2017-04-10 12:26:22 +01:00
parent bb2afcb38e
commit d9eec24e6b
2 changed files with 2 additions and 2 deletions

View File

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

View File

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