smutel/terraform-provider-netbox

Failing tests with new instance

Closed this issue · 0 comments

amhn commented

Summary

The new tests only work on specific netbox instances which already have a RIR with ID 39 and a cluster with ID 30

Issue details

Affected Data(s) / Resource(s)

  • resource ipam_aggregate
  • resource virtualization_vm

Behaviors

Actual Behavior

Tests fail.

Expected Behavior

Tests should pass.

Steps to Reproduce

  1. Run new netbox instance
  2. Import csv files from examples/exports
  3. run TF_ACC=1 go test -v ./...