Split Rpc tests from QC
[ganeti-local] / htest / test.hs
index d4fefcd..67ab776 100644 (file)
@@ -30,7 +30,9 @@ import Test.Framework
 import System.Environment (getArgs)
 
 import Ganeti.HTools.QC
+import Test.Ganeti.Confd.Utils
 import Test.Ganeti.Objects
+import Test.Ganeti.Rpc
 
 -- | Our default test options, overring the built-in test-framework
 -- ones.
@@ -71,7 +73,7 @@ allTests =
   , (True, testSsconf)
   , (True, testQlang)
   , (True, testRpc)
-  , (True, testConfd)
+  , (True, testConfdUtils)
   , (True, testObjects)
   , (False, testCluster)
   ]