ganeti
Safe HaskellNone

Test.Ganeti.Ssconf

Description

Unittests for ganeti-htools.

Synopsis

Ssconf tests

Reading SSConf

prop_filename :: SSKey -> Property Source #

Creating and writing SSConf

prop_ReadShow :: SSConf -> Property Source #

Verify that for SSConf we have readJSON . showJSON = Ok.

Orphan instances

Arbitrary SSConf # 
Instance details

Methods

arbitrary :: Gen SSConf

shrink :: SSConf -> [SSConf]

Arbitrary SSKey # 
Instance details

Methods

arbitrary :: Gen SSKey

shrink :: SSKey -> [SSKey]