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:
Pete Vander Giessen 2017-08-11 20:10:08 +00:00
parent 493a7aeb96
commit ffc6a6c662
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@ class SnapstackTest(unittest.TestCase):
snap='glance',
script_loc='./tests/',
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)))
# Execute the snapstack tests