Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

provider/vsphere: fixed ipv6 test failure - changed ForceNew to Computed like ipv4 #6480

Merged
merged 1 commit into from
May 5, 2016
Merged

provider/vsphere: fixed ipv6 test failure - changed ForceNew to Computed like ipv4 #6480

merged 1 commit into from
May 5, 2016

Conversation

thetuxkeeper
Copy link
Contributor

Problem was this:

--- FAIL: TestAccVSphereVirtualMachine_updateMemory (359.93s)
        testing.go:172: Step 0 error: After applying this step, the plan was not empty:

                DIFF:

                UPDATE: vsphere_virtual_machine.bar
                  network_interface.0.ipv6_address:       "fe80::250:56ff:fe8e:5c7e" => ""
                  network_interface.0.ipv6_prefix_length: "64" => "0"

                STATE:

                vsphere_virtual_machine.bar:
                  ID = terraform-test
                  cluster = dc1.boerse-go.de
                  datacenter = dc1
                  disk.# = 1
                  disk.0.bootable = false
                  disk.0.datastore = DS1
                  disk.0.iops = 0
                  disk.0.size = 0
                  disk.0.template = terraform-test-folder/centos-terraform-template
                  disk.0.type = eager_zeroed
                  disk.0.vmdk =
                  domain = vsphere.local
                  linked_clone = false
                  memory = 4096
                  memory_reservation = 0
                  name = terraform-test
                  network_interface.# = 1
                  network_interface.0.adapter_type =
                  network_interface.0.ip_address =
                  network_interface.0.ipv4_address = 10.30.8.38
                  network_interface.0.ipv4_gateway =
                  network_interface.0.ipv4_prefix_length = 23
                  network_interface.0.ipv6_address = fe80::250:56ff:fe8e:5c7e
                  network_interface.0.ipv6_gateway =
                  network_interface.0.ipv6_prefix_length = 64
                  network_interface.0.label = cld_tst1_access
                  network_interface.0.subnet_mask =
                  resource_pool = dc1.boerse-go.de/Resources/test_server
                  skip_customization = false
                  time_zone = Etc/UTC
                  vcpu = 2
FAIL
exit status 1
FAIL    github.com/hashicorp/terraform/builtin/providers/vsphere        359.939s

I changed the schema to the way it is with ipv4.

@stack72
Copy link
Contributor

stack72 commented May 5, 2016

Thanks for fixing up the test here @thetuxkeeper

@stack72 stack72 merged commit 83f87e3 into hashicorp:master May 5, 2016
bigkraig pushed a commit to ticketmaster/terraform that referenced this pull request May 5, 2016
@thetuxkeeper thetuxkeeper deleted the fix-ipv6-tests branch May 9, 2016 09:34
cristicalin pushed a commit to cristicalin/terraform that referenced this pull request May 24, 2016
@ghost
Copy link

ghost commented Apr 26, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@ghost ghost locked and limited conversation to collaborators Apr 26, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants