Update env vars for instances in hooks documentation
[ganeti-local] / test /
2009-09-29 Guido TrotterAdd initial confd client unittests
2009-09-22 Iustin PopFix utils.MatchNameComponent for full matches
2009-09-16 Guido TrotterAdd unittests for confd constants
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-09-10 Michael HanselmannMove LoadModule function to ganeti.build
2009-09-04 Michael HanselmannAdd simple unittest for manpages
2009-09-03 Michael HanselmannAdd simple unittest for remote API docs
2009-09-03 Michael HanselmannAdd simple unittest for hooks documentation
2009-08-25 Michael HanselmannRun unittests in a temporary directory
2009-08-24 Iustin PopRemove extra argument from HooksMaster class
2009-08-17 Iustin PopAdd utils.FormatTime and a simple unittest
2009-08-07 Guido TrotterSerializer, remove salt_verifier functionality
2009-08-06 Michael HanselmannAdd constants for local disk status
2009-08-05 Guido TrotterTestParameterNames: also check nic parameters
2009-08-05 Guido TrotterConfigObject.ToDict() only export non-None values
2009-07-20 Michael HanselmannFix unittests broken by commit 2bb5c9115f
2009-07-16 Guido TrotterAdd enabled hypervisors to TestConfigRunner
2009-07-16 Guido TrotterGet rid of the default_hypervisor slot
2009-07-14 Guido TrotterHMAC authenticated json messages
2009-06-29 Guido Trottercheck_ident_key_val, handle no_ and - prefixes
2009-06-29 Guido Trotter_SplitKeyVal with no data return an empty dict
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-15 Iustin PopFix hooks unittests after RPC result changes
2009-06-15 Iustin PopConvert hooks_runner rpc to new style result
2009-06-15 Iustin PopRemove utils.CheckDict since it's no longer used
2009-06-15 Guido Trotterconfig unittests: use nic params
2009-06-08 Guido TrotterAdd NIC.CheckParameterSyntax
2009-05-22 Guido TrotterIsNormAbsPath and users, use "normalized" term
2009-05-22 Guido TrotterAdd utils.IsNormAbsPath function
2009-05-21 Iustin PopExport more instance information in hooks
2009-05-19 Iustin PopFix the SafeEncoding behaviour
2009-05-05 Iustin PopFix compatibility with DRBD 8.3
2009-02-16 Iustin PopConvert IOErrors for /proc/drbd into our errors
2009-02-12 Guido TrotterApply the right permissions to /etc/hosts
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-03 Iustin PopFix unittest encoding breakage
2009-01-29 Oleksiy MishchenkoRAPI: rlib1 removal
2009-01-29 Oleksiy MishchenkoRAPI: Implement /2 resource
2009-01-29 Oleksiy MishchenkoRAPI: Deprecate version Rapi version1
2009-01-23 Iustin PopIntroduce more configuration consistency checks
2009-01-20 Iustin PopDRBD: check for in-use minor during Create
2009-01-20 Iustin PopAdd a TailFile function
2009-01-20 Iustin PopUnify some unittest functions
2008-12-19 Michael Hanselmannganeti.http: Add support for private data in HTTP requests
2008-12-18 Michael HanselmannAdd rename function automatically creating directories...
2008-12-17 Michael HanselmannAdd simple unittests for ganeti.http
2008-12-04 Michael HanselmannRename all HTTP classes to camel case
2008-12-03 Michael Hanselmannganeti.http: Remove ApacheLogfile class
2008-12-02 Guido TrotterFix hooks_unittest with new rpc call structure
2008-11-28 Oleksiy MishchenkoRAPI:Fix root list and unittest for it.
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Iustin PopMove FieldSet class to utils.py
2008-11-18 Iustin PopSkip another testWaitingXblocksY
2008-11-18 Iustin PopAdd a FieldSet class for variable parameter sets
2008-11-18 Iustin PopSkip the waitingExclusiveBlockSharer test
2008-11-12 Iustin PopConvert the locking unittests to repetition-test
2008-11-11 Iustin PopRemove zombie special case from IsProcessAlive
2008-11-11 Iustin PopAdd cleanup of processes to utils.KillProcess
2008-11-11 Iustin PopImplement working directory for utils.RunCmd
2008-10-24 Iustin PopModify utils.RunCmd to write output to file
2008-10-21 Iustin PopMove some LU logging to use proc.Log*
2008-10-20 Iustin PopGeneralize the reading of test file data
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-20 Iustin PopConvert cli.py to logging
2008-10-20 Michael HanselmannRemove old HTTP server code
2008-10-17 Michael HanselmannFix remote API unittest
2008-10-16 Iustin PopReally fix with the zombie test (hopefully)
2008-10-14 Iustin PopImplement parameter removal in SplitKeyVal
2008-10-13 Iustin PopAdd two new options types for CLI usage
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-10 Iustin PopConvert rpc module to RpcRunner
2008-10-08 Oleksiy MishchenkoAjust config unittest.
2008-10-06 Iustin PopAdd a simple timespec parsing function
2008-10-01 Michael HanselmannGet rid of ssconf
2008-10-01 Michael HanselmannConvert ssh.py
2008-10-01 Michael HanselmannConvert mcpu.py
2008-10-01 Michael HanselmannFix unittests broken by revision 1727
2008-10-01 Michael HanselmannAdd cluster options from ssconf to configuration
2008-10-01 Michael HanselmannMove instantiation of config into bootstrap.py
2008-09-11 Guido TrotterLockSet: forbid add() on a partially owned set
2008-09-11 Guido TrotterFix LockSet._names() to work with the set-lock
2008-09-05 Michael Hanselmannutils.SplitTime: More rounding fixes
2008-08-29 Michael Hanselmannutils.SplitTime: Fix rounding of milliseconds
2008-08-18 Guido TrotterA few more locking unit tests
2008-08-18 Guido TrotterAdd lock-all-through-GLM unit test
2008-08-11 Michael HanselmannAdd functions to split time into tuple and merge it...
2008-07-31 Michael HanselmannAdd FileLock utility class
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-30 Iustin PopExpose utils.DaemonPidFileName
2008-07-29 Iustin PopAdd a KillProcess function
2008-07-29 Iustin PopChange IsPidFileAlive into ReadPidFile
2008-07-28 Michael HanselmannFix unittests for ganeti-rapi
2008-07-24 Oleksiy MishchenkoSwitch RAPI to ganeti.http module
2008-07-24 Guido TrotterAdd utils unittests for new functions
2008-07-23 Guido TrotterInvert nodes/instances locking order
2008-07-22 Oleksiy MishchenkoSplit RAPI resources to pieces
2008-07-11 Oleksiy MishchenkoCopy the rest of the Restful-API files to trunk
2008-07-09 Iustin PopFix utils.py unittest
2008-07-09 Iustin PopRemove the old locking functions
2008-07-08 Guido TrotterAdd a more comment lines to testLockingConstants
next