charm-ceph-dashboard/tests
Utkarsh Bhatt fa621d1062 Use single credential for configuring object storage gw in dashboard.
The radosgw relation provides the same credential mapped to the
hostnames of all the related radosgw application units. This extra
information is not needed. Even when multiple radosgw applications
are present in the same Juju model, a single instance of credentials
is sufficient for dashbaord to present Object GW UI.

Closes-Bug: #1986593
Change-Id: Ib56e0bd4fe588219d6b5728d9a71cf09abdd25de
Signed-off-by: Utkarsh Bhatt <utkarsh.bhatt@canonical.com>
2024-01-02 10:52:59 +05:30
..
bundles Use single credential for configuring object storage gw in dashboard. 2024-01-02 10:52:59 +05:30
README.md Doc: fix functest link 2023-09-19 10:29:49 +02:00
__init__.py Initial cut of ceph-dashboard charm 2021-06-24 13:14:57 +00:00
tests.yaml Add 2023.2 Bobcat support 2023-08-03 13:49:02 -04:00

README.md

Overview

This directory provides Zaza test definitions and bundles to verify basic deployment functionality from the perspective of this charm, its requirements and its features, as exercised in a subset of the full OpenStack deployment test bundle topology.

Run the smoke tests with:

cd ../
tox -e build
tox -e func-smoke

For full details on functional testing of OpenStack charms please refer to the testing section of the OpenStack Charm Guide.