From c65409831d0d8c11044b79060d77bd0de24fa06f Mon Sep 17 00:00:00 2001 From: Pete Vander Giessen Date: Fri, 11 Aug 2017 20:28:09 +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: If845bff36ed7f1256a8150ec806a13d6fb08a05e --- tests/snapstack_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/snapstack_test.py b/tests/snapstack_test.py index 6e3ffd7..5fc686b 100644 --- a/tests/snapstack_test.py +++ b/tests/snapstack_test.py @@ -19,6 +19,7 @@ class SnapstackTest(unittest.TestCase): snap='keystone', script_loc='./tests/', scripts=['keystone.sh'], + files=['etc/snap-keystone/keystone/keystone.conf.d/database.conf'], snap_store=False))) # Execute the snapstack tests