enabling 3 more tests

Tests were working with only minor config tweaks

- compute_autoscaler
- compute_disk
- global_forwarding_rule
This commit is contained in:
Yusuke Tsutsumi 2022-11-19 17:29:17 +00:00 committed by Yusuke Tsutsumi
parent 0fc41bbda4
commit b6f694ed7e
4 changed files with 5 additions and 6 deletions

View file

@ -1,2 +1 @@
cloud/gcp
unsupported
cloud/gcp

View file

@ -19,6 +19,7 @@
project: "{{ gcp_project }}"
auth_kind: "{{ gcp_cred_kind }}"
service_account_file: "{{ gcp_cred_file }}"
auto_create_subnetworks: true
state: present
register: network
- name: create a address
@ -246,6 +247,7 @@
project: "{{ gcp_project }}"
auth_kind: "{{ gcp_cred_kind }}"
service_account_file: "{{ gcp_cred_file }}"
auto_create_subnetworks: true
state: absent
register: network
ignore_errors: true

View file

@ -1,2 +1 @@
cloud/gcp
unsupported
cloud/gcp

View file

@ -1,2 +1 @@
cloud/gcp
unsupported
cloud/gcp