From 60b73c7d8da0d5bee9787f86b0b213178a433bd1 Mon Sep 17 00:00:00 2001 From: Michael Fenn Date: Wed, 9 Apr 2014 14:12:15 -0400 Subject: Tests: Call the syncdb function so that the database gets cleaned --- testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuite/Testsrc/Testlib/TestServer/TestPlugins') 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): -- cgit v1.2.3-1-g7c22