From d3c95fab773a00768d83ddb7a1bc514faf0dc267 Mon Sep 17 00:00:00 2001 From: Suhas Bangalore Shekar Date: Tue, 26 Nov 2024 14:26:08 -0800 Subject: [PATCH] fix acc tests --- .../protocols/protocols_san_lun-map_resource_alias_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/provider/protocols/protocols_san_lun-map_resource_alias_test.go b/internal/provider/protocols/protocols_san_lun-map_resource_alias_test.go index d2ee7ca2..4df462a6 100644 --- a/internal/provider/protocols/protocols_san_lun-map_resource_alias_test.go +++ b/internal/provider/protocols/protocols_san_lun-map_resource_alias_test.go @@ -43,11 +43,11 @@ func TestAccProtocolsSanLunMapResourceAlias(t *testing.T) { } func testAccProtocolsSanLunMapResourceBasicConfigAlias(lunName string, igroupName string, svmName string) string { - host := os.Getenv("TF_ACC_NETAPP_HOST") + host := os.Getenv("TF_ACC_NETAPP_HOST5") admin := os.Getenv("TF_ACC_NETAPP_USER") - password := os.Getenv("TF_ACC_NETAPP_PASS") + password := os.Getenv("TF_ACC_NETAPP_PASS2") if host == "" || admin == "" || password == "" { - fmt.Println("TF_ACC_NETAPP_HOST, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS must be set for acceptance tests") + fmt.Println("TF_ACC_NETAPP_HOST5, TF_ACC_NETAPP_USER, and TF_ACC_NETAPP_PASS2 must be set for acceptance tests") os.Exit(1) } return fmt.Sprintf(`