Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

[func] fix zaza overlays #61

Merged
merged 4 commits into from
Jan 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions tests/functional/bundles/hacluster.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions tests/functional/bundles/overlays/hacluster.yaml.j2

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ configure:
- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
- zaza.openstack.charm_tests.nova.setup.create_flavors
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
- configure.neutron_gateway.setup_ha_routers
- configure.neutron_gateway.setup_ha_networks
- tests.configure.neutron_gateway.setup_ha_routers
- tests.configure.neutron_gateway.setup_ha_networks
- ceph:
- configure.ceph.set_up_devices_class
- configure.ceph.create_replication_rules
- tests.configure.ceph.set_up_devices_class
- tests.configure.ceph.create_replication_rules
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,15 @@ commands =

[testenv:func]
basepython = python3
changedir = {toxinidir}/tests/functional
commands =
functest-run-suite --test-directory {toxinidir}/tests/functional {posargs}
functest-run-suite {posargs}

[testenv:func-target]
basepython = python3
changedir = {toxinidir}/tests/functional
commands =
functest-run-suite --test-directory {toxinidir}/tests/functional --bundle {posargs}
functest-run-suite --bundle {posargs}


# tools configuration
Expand Down