From ffc6a6c662bf51c4a4a69eca9713d0095640acb3 Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Fri, 11 Aug 2017 20:10:08 +0000 Subject: [PATCH] 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 --- tests/snapstack_test.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/snapstack_test.py b/tests/snapstack_test.py index 913ac62..9010595 100644 --- a/tests/snapstack_test.py +++ b/tests/snapstack_test.py @@ -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