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