Add unit tests for the JSON serialization of DRBD status
[ganeti-local] / htest / test.hs
index ed9355f..b4aa2ab 100644 (file)
@@ -33,6 +33,7 @@ import Test.Ganeti.TestImports ()
 import Test.Ganeti.Attoparsec
 import Test.Ganeti.BasicTypes
 import Test.Ganeti.Block.Drbd.Parser
+import Test.Ganeti.Block.Drbd.Types
 import Test.Ganeti.Common
 import Test.Ganeti.Confd.Utils
 import Test.Ganeti.Daemon
@@ -81,7 +82,8 @@ allTests =
   , testCommon
   , testConfd_Utils
   , testDaemon
-  , testBlock_DRBDParser
+  , testBlock_Drbd_Parser
+  , testBlock_Drbd_Types
   , testErrors
   , testHTools_Backend_Simu
   , testHTools_Backend_Text