Skip to content

Commit

Permalink
test: remove auth test (problems wih openstack coolection in testtime)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarao committed Jan 17, 2024
1 parent 02f1088 commit cebde30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install dependent collections
run: ansible-galaxy collection install openstack.cloud
- name: Configure integration tests
run: |
envsubst < integration_config.yml.template > ansible_collections/serverscom/sc_api/tests/integration/integration_config.yml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,4 @@
- creds.tenant_name
- creds.username
- creds.password

- name: Validate creds
openstack.cloud.auth:
auth:
auth_url: "{{ creds.url }}"
username: "{{ creds.username }}"
password: "{{ creds.password }}"
project_name: "{{ creds.tenant_name }}"
os_user_domain_name: default
os_project_domain_name: default
register: os
- creds.auth

0 comments on commit cebde30

Please sign in to comment.