Update zaza tests

Update zaza smoke test and tests.yaml to run
tempest scale tests.
This commit is contained in:
Hemanth Nakkina 2023-09-15 14:19:26 +05:30
parent c8918dd4a8
commit 68ce251bd5
2 changed files with 20 additions and 6 deletions

View File

@ -34,7 +34,7 @@ applications:
fernet-keys: 5M fernet-keys: 5M
credential-keys: 5M credential-keys: 5M
neutron: neutron:
charm: ch:neutron-k8s.charm charm: ch:neutron-k8s
channel: 2023.1/edge channel: 2023.1/edge
scale: 1 scale: 1
trust: true trust: true
@ -45,9 +45,9 @@ applications:
scale: 1 scale: 1
trust: true trust: true
resources: resources:
octavia-api-image: ghcr.io/openstack-snaps/octavia-consolidated:2023.1 octavia-api-image: ghcr.io/canonical/octavia-consolidated:2023.1
octavia-driver-manager-image: ghcr.io/openstack-snaps/octavia-consolidated:2023.1 octavia-driver-agent-image: ghcr.io/canonical/octavia-consolidated:2023.1
octavia-housekeeping-image: ghcr.io/openstack-snaps/octavia-consolidated:2023.1 octavia-housekeeping-image: ghcr.io/canonical/octavia-consolidated:2023.1
ovn-central: ovn-central:
charm: ch:ovn-central-k8s charm: ch:ovn-central-k8s
channel: 23.03/edge channel: 23.03/edge
@ -86,3 +86,16 @@ relations:
- - tls-operator:certificates - - tls-operator:certificates
- ovn-central:certificates - ovn-central:certificates
- - mysql:database
- octavia:database
- - keystone:identity-service
- octavia:identity-service
- - traefik:ingress
- octavia:ingress-internal
- - traefik-public:ingress
- octavia:ingress-public
- - tls-operator:certificates
- octavia:certificates
- - octavia:ovsdb-cms
- ovn-central:ovsdb-cms

View File

@ -3,8 +3,9 @@ gate_bundles:
smoke_bundles: smoke_bundles:
- smoke - smoke
configure: configure:
- zaza.openstack.charm_tests.keystone.setup.add_tempest_roles - zaza.charm_tests.noop.setup.basic_setup
tests: [] tests:
- zaza.openstack.charm_tests.octavia.tests.OctaviaTempestTestK8S
tests_options: tests_options:
trust: trust:
- smoke - smoke