
* sync charm-helpers to classic charms * change openstack-origin/source default to zed * align testing with zed * add new zed bundles * add zed bundles to tests.yaml * add zed tests to osci.yaml and .zuul.yaml * update build-on and run-on bases * add bindep.txt for py310 * sync tox.ini and requirements.txt for ruamel * use charmcraft_channel 2.0/stable * drop reactive plugin overrides * move interface/layer env vars to charmcraft.yaml Change-Id: Idf4a6cd1e0888576f890b00aa5b343936900d6dd Depends-On: https://review.opendev.org/c/openstack/charm-ironic-conductor/+/858752
43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
# NOTE(lourot): this is on purpose, so that some tests like
|
|
# IronicTest.test_910_pause_resume designed to address ironic-api keep working
|
|
# here:
|
|
charm_name: ironic-api
|
|
|
|
gate_bundles:
|
|
- jammy-yoga
|
|
|
|
dev_bundles:
|
|
- jammy-yoga
|
|
- jammy-zed
|
|
- kinetic-zed
|
|
|
|
smoke_bundles:
|
|
- focal-yoga
|
|
|
|
target_deploy_status:
|
|
vault:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: Vault needs to be initialized
|
|
ironic-conductor:
|
|
workload-status: blocked
|
|
workload-status-message-prefix: invalid enabled-deploy-interfaces config
|
|
|
|
configure:
|
|
- zaza.openstack.charm_tests.vault.setup.auto_initialize
|
|
- zaza.openstack.charm_tests.ironic.setup.set_temp_url_secret
|
|
- zaza.openstack.charm_tests.ironic.setup.add_ironic_deployment_image
|
|
- zaza.openstack.charm_tests.ironic.setup.add_ironic_os_image
|
|
- zaza.openstack.charm_tests.ironic.setup.create_bm_flavors
|
|
# Ironic will require a flat network to test the flat network type. Once a proper
|
|
# testing environment will be available for Ironic, we will need to add the setup
|
|
# call to create that flat network
|
|
#- zaza.openstack.charm_tests.neutron.setup.basic_overcloud_network
|
|
- zaza.openstack.charm_tests.nova.setup.manage_ssh_key
|
|
|
|
tests:
|
|
- zaza.openstack.charm_tests.ironic.tests.IronicTest
|
|
|
|
tests_options:
|
|
force_deploy:
|
|
- kinetic-zed
|