Skip to content

Commit

Permalink
Extend test-operator zuul job to enable horizon testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ashu-011 committed Dec 13, 2024
1 parent 20927e1 commit df8588d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .zuul.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

- job:
name: podified-multinode-edpm-deployment-crc-test-operator
parent: podified-multinode-edpm-deployment-crc
parent: podified-multinode-hci-deployment-crc-1comp-backends
vars:
cifmw_install_yamls_whitelisted_vars:
- 'TEST_REPO'
Expand Down Expand Up @@ -63,9 +63,13 @@
cifmw_tempest_tempestconf_config:
overrides: |
compute-feature-enabled.dhcp_domain ''
dashboard.dashboard_url https://horizon-openstack.apps-crc.testing/dashboard/
dashboard.login_url https://horizon-openstack.apps-crc.testing/dashboard/auth/login/
dashboard.disable_ssl_certificate_validation True
identity.v3_endpoint_type public
service_available.swift false
service_available.cinder false
service_available.horizon True
cifmw_test_operator_tempest_workflow:
- stepName: 'full'
- stepName: 'single-test'
Expand Down Expand Up @@ -96,6 +100,11 @@
cifmw_test_operator_tobiko_network_attachments:
- ctlplane

# Horizontest
cifmw_run_horizontest: true
cifmw_test_operator_horizontest_auth_url: "https://keystone-public-openstack.apps-crc.testing"
cifmw_test_operator_horizontest_dashboard_url: "https://horizon-openstack.apps-crc.testing/"

# Ansibletest
run_ansibletest: true
cifmw_test_operator_ansibletest_ansible_git_repo: https://github.com/ansible/test-playbooks
Expand Down

0 comments on commit df8588d

Please sign in to comment.