Skip to content

Commit cebde30

Browse files
committed
test: remove auth test (problems wih openstack coolection in testtime)
1 parent 02f1088 commit cebde30

File tree

2 files changed

+1
-13
lines changed
  • .github/workflows
  • ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_openstack_credentials/tasks

2 files changed

+1
-13
lines changed

.github/workflows/tests.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ jobs:
102102
run: |
103103
python -m pip install --upgrade pip
104104
pip install -r requirements.txt
105-
- name: Install dependent collections
106-
run: ansible-galaxy collection install openstack.cloud
107105
- name: Configure integration tests
108106
run: |
109107
envsubst < integration_config.yml.template > ansible_collections/serverscom/sc_api/tests/integration/integration_config.yml

ansible_collections/serverscom/sc_api/tests/integration/targets/sc_cloud_computing_openstack_credentials/tasks/main.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,4 @@
5252
- creds.tenant_name
5353
- creds.username
5454
- creds.password
55-
56-
- name: Validate creds
57-
openstack.cloud.auth:
58-
auth:
59-
auth_url: "{{ creds.url }}"
60-
username: "{{ creds.username }}"
61-
password: "{{ creds.password }}"
62-
project_name: "{{ creds.tenant_name }}"
63-
os_user_domain_name: default
64-
os_project_domain_name: default
65-
register: os
55+
- creds.auth

0 commit comments

Comments
 (0)