Merge two configure keys into one in tests.yaml

Of the two keys, only the last one was being retained in the configure
array.

Change-Id: I38764497bffb2296d1993f5a147d2ba4e0633f22
This commit is contained in:
Facundo Ciccioli 2020-05-22 12:41:13 +02:00
parent eb47ec1147
commit 67c85a9688
1 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,6 @@ charm_name: glance
comment:
- 'the glance configure job validates operation of identity-service relation'
configure:
- zaza.openstack.charm_tests.glance.setup.add_lts_image
smoke_bundles:
- bionic-train
gate_bundles:
@ -24,6 +21,7 @@ dev_bundles:
- focal-ussuri
configure:
- zaza.openstack.charm_tests.glance.setup.add_lts_image
- zaza.openstack.charm_tests.keystone.setup.add_demo_user
tests: