charm-nova-compute-nvidia-vgpu/tests
Aurelien Lourot 18d0d5e625 Fix missing dependency on bionic
Without this, the install hook will fail on bionic with
ModuleNotFoundError: No module named 'importlib_resources'

Change-Id: I889b1d0dad15e36a1e06b1436f3632ed6c6233ea
2022-03-15 13:56:13 +01:00
..
bundles Fix missing dependency on bionic 2022-03-15 13:56:13 +01:00
README.md Pass Nova config to principal charm 2022-03-04 20:17:26 +01:00
tests.yaml Fix missing dependency on bionic 2022-03-15 13:56:13 +01: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.