dahendel / terraform-provider-awx2

Terraform 0.12.x compatible awx/tower provider
Mozilla Public License 2.0
6 stars 2 forks source link

Test Failures #5

Open Spenser309 opened 4 years ago

Spenser309 commented 4 years ago

Hi,

I started evaluating this today but ran into the following test errors when running against a fresh v11.0 AWX instance.

`--- FAIL: TestAccAWXTeamRole (0.39s) testing.go:568: Step 0 error: errors during apply:

    Error: Team with Id 1 doesn't exists

      on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test568526391/main.tf line 2:
      (source code not available)

=== RUN TestAccAWXUserRole --- FAIL: TestAccAWXUserRole (0.54s) testing.go:568: Step 0 error: errors during apply:

    Error: User with Id 1 doesn't exists

      on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test707878273/main.tf line 2:
      (source code not available)

    Error: User with Id 1 doesn't exists

      on /var/folders/tr/6b9zfsdx3m1_vfz8yr89px0h0000gn/T/tf-test707878273/main.tf line 10:
      (source code not available)

=== RUN TestAccAWXTeam --- PASS: TestAccAWXTeam (2.56s) === RUN TestAccAWXUser --- PASS: TestAccAWXUser (1.89s) FAIL FAIL github.com/dahendel/terraform-provider-awx2/awx 42.845s FAIL`