summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorMichael Fenn <fennm@deshawresearch.com>2014-04-09 14:12:15 -0400
committerMichael Fenn <fennm@deshawresearch.com>2014-04-09 14:12:15 -0400
commit60b73c7d8da0d5bee9787f86b0b213178a433bd1 (patch)
tree5b67caff0435c3ae9680af022f7e9712ea341ff5 /testsuite
parent7d1d33700d3dde4c06eaa931c689b3cdd41d0465 (diff)
downloadbcfg2-60b73c7d8da0d5bee9787f86b0b213178a433bd1.tar.gz
bcfg2-60b73c7d8da0d5bee9787f86b0b213178a433bd1.tar.bz2
bcfg2-60b73c7d8da0d5bee9787f86b0b213178a433bd1.zip
Tests: Call the syncdb function so that the database gets cleaned
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py
index c9a982bb3..32766b5c1 100644
--- a/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py
+++ b/testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py
@@ -278,6 +278,7 @@ group: group:with:colons
def test_probes_db(self):
""" Set and retrieve probe data with database enabled """
Bcfg2.Options.setup.probes_db = True
+ syncdb(TestProbesDB)
self._perform_tests()
def test_allowed_cgroups(self):