Revision e09c1fa0 htest/Test/Ganeti/Confd/Utils.hs

b/htest/Test/Ganeti/Confd/Utils.hs
26 26

  
27 27
-}
28 28

  
29
module Test.Ganeti.Confd.Utils (testConfdUtils) where
29
module Test.Ganeti.Confd.Utils (testConfd_Utils) where
30 30

  
31 31
import Control.Applicative
32 32
import Test.QuickCheck
......
105 105
    BasicTypes.Bad "HMAC verification failed" ==?
106 106
     Confd.Utils.parseRequest key_verify encoded
107 107

  
108
testSuite "ConfdUtils"
108
testSuite "Confd/Utils"
109 109
  [ 'prop_req_sign
110 110
  , 'prop_bad_key
111 111
  ]

Also available in: Unified diff