removed TF_ACC setter
This commit is contained in:
parent
8fa69da1c8
commit
c2565497e6
|
@ -7,11 +7,10 @@ import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
"github.com/Azure/azure-sdk-for-go/arm/compute"
|
||||||
|
"github.com/Azure/azure-sdk-for-go/arm/disk"
|
||||||
"github.com/hashicorp/terraform/helper/acctest"
|
"github.com/hashicorp/terraform/helper/acctest"
|
||||||
"github.com/hashicorp/terraform/helper/resource"
|
"github.com/hashicorp/terraform/helper/resource"
|
||||||
"github.com/hashicorp/terraform/terraform"
|
"github.com/hashicorp/terraform/terraform"
|
||||||
"os"
|
|
||||||
"github.com/Azure/azure-sdk-for-go/arm/disk"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) {
|
func TestAccAzureRMVirtualMachine_basicLinuxMachine(t *testing.T) {
|
||||||
|
@ -404,7 +403,6 @@ func TestAccAzureRMVirtualMachine_deleteVHDOptIn(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestAccAzureRMVirtualMachine_deleteManagedDiskOptIn(t *testing.T) {
|
func TestAccAzureRMVirtualMachine_deleteManagedDiskOptIn(t *testing.T) {
|
||||||
os.Setenv("TF_ACC", "1")
|
|
||||||
var vm compute.VirtualMachine
|
var vm compute.VirtualMachine
|
||||||
var osd string
|
var osd string
|
||||||
var dtd string
|
var dtd string
|
||||||
|
|
Loading…
Reference in New Issue