summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Bcfg2/Options/Options.py1
-rw-r--r--testsuite/Testsrc/Testlib/TestServer/TestPlugins/TestProbes.py1
2 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Bcfg2/Options/Options.py b/src/lib/Bcfg2/Options/Options.py
index 136511f41..11388fb4d 100644
--- a/src/lib/Bcfg2/Options/Options.py
+++ b/src/lib/Bcfg2/Options/Options.py
@@ -284,7 +284,6 @@ class Option(object):
(self, parser))
-
class PathOption(Option):
""" Shortcut for options that expect a path argument. Uses
:meth:`Bcfg2.Options.Types.path` to transform the argument into a
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):