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