charm-cinder-solidfire/tests
Myles Penner eab31a7080 Add charmcraft 3 support
Summary of changes:

- Update the charmcraft.yaml file to use base and platforms, only
  allowing noble support.
- Update config to default to caracal.
- Update osci.yaml to use the charmcraft 3.x/beta
- Drop non-noble tests
- Update constraints file from -2024.1.txt to -noble.txt
- Add charmbuild to .zuul.yaml

Change-Id: Iac9e98f28cb904c3d2e6fd18cde8f30432ad9bcc
2024-09-05 22:58:19 +00:00
..
bundles Add charmcraft 3 support 2024-09-05 22:58:19 +00:00
__init__.py Add functional tests 2022-02-25 12:30:17 +01:00
README.md Add functional tests 2022-02-25 12:30:17 +01:00
tests.py Add functional tests 2022-02-25 12:30:17 +01:00
tests.yaml Add charmcraft 3 support 2024-09-05 22:58:19 +00:00

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 functional testing section of the OpenStack Charm Guide.