charm-manila-flashblade/tests
Alex Kavanagh 0913885309 Add machine agnostic (lxd compatible) test bundles
This patch copies the two existing test bundles and makes
them compatible with running in a localhost LXD provider
environment.
2023-08-02 16:06:36 +01:00
..
bundles Add machine agnostic (lxd compatible) test bundles 2023-08-02 16:06:36 +01:00
README.md First commit 2023-07-13 17:06:39 -04:00
tests.py First commit 2023-07-13 17:06:39 -04:00
tests.yaml update tests yaml 2023-07-13 17:09:46 -04: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.