Merge branch 'devel-2.1'
[ganeti-local] / test / ganeti.utils_unittest.py
2010-05-17 Michael HanselmannMerge branch 'devel-2.1'
2010-05-17 Iustin PopAdd checks for master IP in cluster verify
2010-05-14 Guido Trotterutils.IgnoreSignals
2010-05-12 Guido TrotterMerge branch 'devel-2.1'
2010-05-12 Guido Trotterutils.ReadOneLineFile()
2010-05-12 Guido TrotterRemove oneline= parameter from utils.ReadFile
2010-05-11 Michael HanselmannMerge branch 'devel-2.1'
2010-05-11 Michael Hanselmannutils.ReadFile: Add parameter to read only one line
2010-05-10 Guido TrotterMerge branch 'devel-2.1'
2010-05-10 Guido TrotterFix a unittest name and docstring
2010-05-10 Guido TrotterFix a unittest docstring
2010-05-10 Guido Trotterutils.Retry: pass up timeout arguments
2010-05-10 Guido TrotterAdd a few Retry unittests
2010-05-04 Michael HanselmannAdd optional “salt” argument to utils.{,Verify}Sha1Hmac
2010-05-04 Michael HanselmannUse utility functions for HMAC
2010-04-29 Michael HanselmannMove cmdlib._VerifyCertificate to utils
2010-04-26 Michael HanselmannMerge branch 'devel-2.1'
2010-04-23 Michael Hanselmannmasterd: Log PID, UID and GID of connected client
2010-04-21 Michael HanselmannAdd separate module for backported language functionality
2010-04-21 Michael Hanselmannutils: Add function for partial application of function...
2010-04-21 Michael Hanselmannutils: Add function to read locked PID file
2010-04-16 Iustin PopMerge branch 'devel-2.1'
2010-04-15 Michael Hanselmannutils: Add class to split string stream into lines
2010-04-07 Michael HanselmannMerge branch 'devel-2.1'
2010-04-07 Iustin PopFix utils.WaitForFdCondition inner retry loop
2010-04-07 Michael Hanselmannutils: Move wrapper code around os.makedirs into separa...
2010-04-06 Michael HanselmannMerge remote branch 'devel-2.1'
2010-03-31 Guido TrotterRemove unused import from test file
2010-03-17 Michael Hanselmannutils: Add functions to sign and verify X509 certs...
2010-03-15 Iustin PopMerge remote branch 'origin/devel-2.1'
2010-03-15 Michael Hanselmannutils.RunCmd: Test case with reset_env set and setting...
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-03-12 Michael Hanselmannutils.CreateBackup: Use human-readable instead of secon...
2010-03-12 Michael Hanselmannutils: Add function to extract X509 cert validity
2010-03-08 Michael HanselmannSupport passing in file object in utils.FileLock
2010-03-08 Michael HanselmannSupport arguments in utils.RunInSeparateProcess
2010-03-08 Iustin PopAdd a function to validate and normalize hostnames
2010-03-08 Iustin PopListVisibleFiles: require normalized path names
2010-03-08 Iustin Poputils: Add a PathJoin function
2010-02-22 Guido TrotterImplement utils.RunParts and use it for hooks
2010-02-22 Guido TrotterAdd reset_env option to RunCmd
2010-02-22 Michael HanselmannAdd utility function to start daemon
2010-02-19 Michael HanselmannUse OpenSSL module instead of binary to generate certs
2010-02-19 Michael Hanselmannutils: Add function to set O_NONBLOCK on file descriptor
2010-02-19 Michael Hanselmannutils: Add function to set FD_CLOEXEC on file descriptor
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-18 Michael HanselmannMove RunInSeparateProcess to ganeti.utils
2010-02-15 Michael HanselmannMerge branch 'devel-2.1'
2010-02-15 Michael HanselmannAdd unittest for utils._FingerprintFile
2010-02-01 Michael HanselmannMove function generating SSL certs into utils
2010-01-14 Iustin PopAdd an UnescapeAndSplit function
2009-11-20 Michael HanselmannHandle EEXIST in utils.RenameFile
2009-11-03 Michael HanselmannIgnore log messages in unittests
2009-10-07 Guido TrotterAdd case_sensitive keyword to MatchNameComponent
2009-09-22 Iustin PopFix utils.MatchNameComponent for full matches
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-08-17 Iustin PopAdd utils.FormatTime and a simple unittest
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-15 Iustin PopRemove utils.CheckDict since it's no longer used
2009-05-22 Guido TrotterIsNormAbsPath and users, use "normalized" term
2009-05-22 Guido TrotterAdd utils.IsNormAbsPath function
2009-05-19 Iustin PopFix the SafeEncoding behaviour
2009-02-12 Guido TrotterApply the right permissions to /etc/hosts
2009-02-10 Guido TrotterInstance parameters: force typing
2009-01-20 Iustin PopAdd a TailFile function
2009-01-20 Iustin PopUnify some unittest functions
2008-12-18 Michael HanselmannAdd rename function automatically creating directories...
2008-11-23 Iustin PopEnable auto-unit formatting in script output
2008-11-21 Iustin PopMove FieldSet class to utils.py
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-16 Iustin PopReally fix with the zombie test (hopefully)
2008-10-12 Iustin PopAbstract checking own address into a function
2008-09-05 Michael Hanselmannutils.SplitTime: More rounding fixes
2008-08-29 Michael Hanselmannutils.SplitTime: Fix rounding of milliseconds
2008-08-11 Michael HanselmannAdd functions to split time into tuple and merge it...
2008-07-31 Michael HanselmannAdd FileLock utility class
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-24 Guido TrotterAdd utils unittests for new functions
2008-07-09 Iustin PopFix utils.py unittest
2008-07-09 Iustin PopRemove the old locking functions
2008-07-01 Iustin PopAdd a FirstFree function to utils.py
2008-06-23 Guido TrotterFix the zombie process unittest
2008-04-28 Manuel FranceschiniMake testSignal unittest not depend on default shell
2008-03-11 Iustin PopModify utils.TcpPing to make source address optional
2008-02-26 Michael HanselmannSplit GanetiUnitTest into testutils.py
2007-12-03 Alexander SchreiberFix the unittest for locking.
2007-11-20 Michael HanselmannMake sure aliases written to /etc/hosts are unique.
2007-11-20 Michael HanselmannAdd function to return list with unique elements.
2007-11-16 Michael HanselmannFix typo in function name.
2007-11-14 Michael HanselmannUse setUp/tearDown for tests using temporary files.
2007-11-14 Michael HanselmannWrap line longer than 80 characters.
2007-11-14 Michael HanselmannCompare file contents directly in unittests.
2007-11-13 Michael HanselmannFix unittests broken by revision 360.
2007-11-12 Michael HanselmannFix functions for /etc/hosts.
2007-11-12 Michael HanselmannRollback commit 356.
next