Locking related fixes for networks
[ganeti-local] / test / ganeti.utils_unittest.py
2012-11-21 Michael Hanselmanntest/*.py: s/'/"/
2012-10-18 Michael Hanselmanntest/*.py: Replace '' with ""
2012-06-15 René NussbaumerVerify user supplied dicts against defaults
2011-08-25 Tsachy ShachamAdded function for parsing multiple CPU pinning mask
2011-01-11 Michael Hanselmannutils: Move NewUUID to utils.io
2011-01-11 Michael Hanselmannutils: Move more text-related code
2011-01-11 Michael Hanselmannutils: Move process-related code into separate file
2011-01-11 Michael Hanselmannutils: Move RunningTimeout to utils.algo
2011-01-11 Michael Hanselmannutils: Move code manipulating /etc/hosts to separate...
2011-01-11 Michael Hanselmannutils: Move X509-related code into separate file
2011-01-11 Michael Hanselmannutils: Move I/O-related code into separate file
2011-01-11 Michael Hanselmannutils: Move code related to file locking into separate...
2011-01-11 Michael Hanselmannutils: Move wrappers into separate file
2011-01-11 Michael Hanselmannutils: Use function to disable fork
2011-01-11 Michael Hanselmannutils: Change RemovePidFile to take path, not name
2011-01-10 Michael Hanselmannutils: Move hashing-related code into separate file
2011-01-10 Michael Hanselmannutils: Move text-related functions into separate file
2011-01-10 Michael Hanselmannutils: Split Retry & co. into separate file
2011-01-10 Michael Hanselmannutils: Split algorithms into separate file
2010-12-21 Michael HanselmannRemove utils.FormatTimestampWithTZ
2010-12-21 Michael HanselmannEnsure temp files from RunCmd tests are removed
2010-12-21 Michael Hanselmannutils: Timezone fixes and tests
2010-12-17 Michael Hanselmannutils.NiceSort: Use sorted(), add keyfunc, unittests
2010-12-06 Michael Hanselmannutils: Add function to find duplicates in sequence
2010-11-28 Iustin PopImprove unittests for the utils module
2010-11-23 Iustin PopFix utils unittest TestRunCmd.testTimeoutKill
2010-11-19 Iustin PopTemporarily remove the interactive tests
2010-11-19 René NussbaumerSupport timeouts in RunCmd
2010-11-16 René NussbaumerAdding unittests for RunningTimeout
2010-10-22 Iustin PopAdd a "safe" file wrapper over WriteFile
2010-10-22 Iustin PopAdd functions to read and compare file 'ID's
2010-10-20 Michael Hanselmannutils: Add function to find items in dictionary using...
2010-10-07 Iustin PopUse only one version of WritePidFile
2010-10-05 Michael HanselmannMerge branch 'devel-2.2'
2010-10-05 Michael HanselmannAdd simple unittest for utils.CommaJoin
2010-09-29 Guido TrotterMove the uuid regexp to utils.py
2010-07-30 Michael HanselmannAdd new parameter type “maybe string”
2010-07-16 Balazs LeczAdd ParseCpuMask() utility function
2010-07-15 Michael HanselmannMove ShellWriter class to utils
2010-07-15 Michael HanselmannRename test for utils.IgnoreProcessNotFound
2010-07-12 Manuel FranceschiniUse reserved documentation IPs and domains
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-06 Balazs LeczAdd utils.GetMounts()
2010-06-30 Manuel FranceschiniIPv6 support for utils.TcpPing()
2010-06-30 Manuel FranceschiniAdd function to retrieve family of an ip address
2010-06-30 Manuel FranceschiniIntroduce utils.IsValidIP{4,6}()
2010-06-30 Manuel FranceschiniUser assertFalse instead of assert_(not ...)
2010-06-30 Manuel FranceschiniRename some constants to facilitate IPv6 support
2010-06-15 Guido TrotterListVisibleFiles: do not sort output
2010-06-14 Michael Hanselmannutils: Add function to validate service name
2010-06-14 Michael HanselmannHandle ESRCH when sending signals
2010-06-11 Guido TrotterListVisibleFiles: do optional sorting
2010-06-04 Michael Hanselmannutils: Add function to format seconds
2010-06-01 Michael Hanselmannutils: Add function to check whether process handles...
2010-06-01 Guido TrotterMerge branch 'devel-2.1'
2010-06-01 Guido TrotterFix IgnoreSignals on socket.error
2010-06-01 Guido TrotterFix {Ignore, RetryOn}Signals on socket.error
2010-06-01 Guido TrotterMove hash functions to the compat module
2010-05-31 Balazs LeczMake utils.EnsureDirs() ignore umask
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
next