bdev: Remove unused import of itertools
[ganeti-local] / htest /
2012-10-25 Iustin PopConvert query path from string errors to GanetiException
2012-10-25 Iustin PopAdd an Errors module mirroring the Python one
2012-10-22 Iustin PopRemove multiple uses of '.&&.' with conjoin
2012-10-22 Iustin PopImprove message for (==?) operator
2012-10-22 Helga VelroyenAnnotated inequality operator for unit test properties
2012-10-22 Helga VelroyenFix setting of 'failN1' flag for corner case
2012-10-22 Helga VelroyenA few unittests improvements
2012-10-18 Iustin PopRemove custom OpResult type/monad
2012-10-18 Helga VelroyenUse exitErr instead of explicit error message and exitWith
2012-10-17 Iustin PopGeneralise the Result type
2012-10-17 Dato SimóMerge branch 'devel-2.6' into master
2012-10-15 Iustin PopCleanup HTools.Types/BasicTypes imports
2012-10-11 Iustin PopCleanup/expand the filter/query tests
2012-10-11 Iustin PopAdd a makeSimpleFilter function
2012-10-11 Iustin PopSwitch ordering of names on query to niceSort
2012-10-11 Iustin PopAdd functionality for checking validity of names
2012-10-10 Dato Simó(htest) Text.hs: fix typo in comment
2012-10-08 Iustin PopAdd an Utils.NiceSort() equivalent
2012-10-08 Iustin PopDefine the actual arguments that are supported by programs
2012-10-08 Iustin PopRemove qualified import of Utils.hs into its test module
2012-10-08 Iustin PopRename Ganeti/HTools/Utils.hs to Ganeti/Utils.hs
2012-09-26 Agata MurawskaAdd live parameter to query
2012-09-26 Agata MurawskaTests for NodeGroup query
2012-09-26 Iustin PopAnnotate options with completion information
2012-09-26 Iustin PopRemove generic options from individual programs
2012-09-07 Iustin PopSimplify a bit more the test harness
2012-09-07 Iustin PopRemove the slow/fast tests functionality
2012-09-07 Iustin PopFix arbitrary ConfigData object generation
2012-09-07 Iustin PopImprove the `AllocPolicy' test
2012-09-07 Iustin PopImprove the `CanTieredAlloc' test
2012-09-07 Iustin PopAdd new test for checking multi-allocations
2012-09-07 Iustin PopImprove the prop_Alloc_sane test to detect mis-allocations
2012-09-05 Iustin PopFurther hlint fixes
2012-09-05 Iustin PopRework CLI modules and tests
2012-09-05 Iustin PopFix deserialisation bug in ResultEntry
2012-09-05 Iustin PopAdd query filter tests
2012-09-05 Iustin PopAdd some unittests for node queries
2012-09-05 Iustin PopAdd a small 'passTest' helper
2012-09-05 Iustin PopAdd entire ConfigData serialisation tests
2012-09-05 Iustin PopReplace manual arbitrary instances with genArbitrary
2012-09-05 Iustin PopIntroduce a helper for simple Arbitrary instances
2012-09-05 Iustin PopAdd Instance serialisations tests
2012-09-05 Iustin PopAdd a test helper for simple JSON serialisation testing
2012-09-05 Iustin PopAdd unit test for serialisation of DiskLogicalId and...
2012-09-05 Iustin PopAdd unittests for the BasicTypes module
2012-09-05 Iustin PopFixup test suite names
2012-09-05 Iustin PopSimplify property and test case names
2012-09-04 Iustin PopRemove QC.hs and replace it with an auto-generated...
2012-09-04 Iustin PopSplit last two remaining tests from QC.hs
2012-09-04 Iustin PopMove JSON.hs and Compat.hs out from under HTools/
2012-09-04 Iustin PopSplit most HTools test code into separate files
2012-09-04 Iustin PopSplit Luxi, Qlang, Ssconf and OpCodes tests
2012-09-04 Iustin PopSplit Rpc tests from QC
2012-09-04 Iustin PopSplit one more module out of QC and add test helpers
2012-09-04 Iustin PopSplit out Objects.hs from QC.hs
2012-09-04 Iustin PopMove the unittest helper to a new Test/Ganeti dir
2012-09-04 Iustin PopMove generated htools test stubs to htest/
2012-09-04 Iustin PopMove shelltests from test/ to htest/shelltests/
2012-09-04 Iustin PopMove htools test files from test/data/htools to htest...
2012-09-04 Iustin PopMove haskell test code to htest/