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: I2d827e6efbaa098805fb81bf6db6d52a67b50b97
This commit is contained in:
parent
7f1673673d
commit
96350c2167
@ -19,6 +19,14 @@ class SnapstackTest(unittest.TestCase):
|
||||
snap='nova',
|
||||
script_loc='./tests/',
|
||||
scripts=['nova.sh'],
|
||||
files=[
|
||||
'etc/snap-nova/nova/nova.conf.d/nova-placement.conf',
|
||||
'etc/snap-nova/nova/nova.conf.d/scheduler.conf',
|
||||
'etc/snap-nova/nova/nova.conf.d/database.conf',
|
||||
'etc/snap-nova/nova/nova.conf.d/keystone.conf',
|
||||
'etc/snap-nova/nova/nova.conf.d/rabbitmq.conf',
|
||||
'etc/snap-nova/nova/nova.conf.d/neutron.conf',
|
||||
],
|
||||
snap_store=False)))
|
||||
|
||||
# Execute the snapstack tests
|
||||
|
Loading…
Reference in New Issue
Block a user