Revision 2733df51 htest/test.hs

b/htest/test.hs
30 30
import System.Environment (getArgs)
31 31

  
32 32
import Ganeti.HTools.QC
33
import Test.Ganeti.Confd.Utils
33 34
import Test.Ganeti.Objects
34 35

  
35 36
-- | Our default test options, overring the built-in test-framework
......
71 72
  , (True, testSsconf)
72 73
  , (True, testQlang)
73 74
  , (True, testRpc)
74
  , (True, testConfd)
75
  , (True, testConfdUtils)
75 76
  , (True, testObjects)
76 77
  , (False, testCluster)
77 78
  ]

Also available in: Unified diff