Added config files to snapstack_test.
This helps us not break when transitioning to using the new version of snapstack, with the config files for each snap in the individual steps, rather than in a config step. Change-Id: Ib5aaae0baca80d396d7517a597e7d897de8075e5
This commit is contained in:
parent
6dd262cd2b
commit
3e4f7874e6
@ -19,6 +19,17 @@ class SnapstackTest(unittest.TestCase):
|
||||
snap='nova-hypervisor',
|
||||
script_loc='./tests/',
|
||||
scripts=['nova-hypervisor.sh'],
|
||||
files=[
|
||||
'etc/snap-nova-hypervisor/nova/nova.conf.d/glance.conf',
|
||||
('etc/snap-nova-hypervisor/nova/nova.conf.d/'
|
||||
'nova-placement.conf'),
|
||||
'etc/snap-nova-hypervisor/nova/nova.conf.d/keystone.conf',
|
||||
'etc/snap-nova-hypervisor/nova/nova.conf.d/rabbitmq.conf',
|
||||
'etc/snap-nova-hypervisor/nova/nova.conf.d/neutron.conf',
|
||||
('etc/snap-nova-hypervisor/neutron/plugins/ml2/'
|
||||
'openvswitch_agent.ini'),
|
||||
'etc/snap-nova-hypervisor/neutron/metadata_agent.ini',
|
||||
],
|
||||
snap_store=False)))
|
||||
|
||||
# Execute the snapstack tests
|
||||
|
Loading…
x
Reference in New Issue
Block a user