Statistics
| Branch: | Tag: | Revision:

root / testing / ganeti.utils_unittest.py @ 23f41a3e

History | View | Annotate | Download (14.2 kB)

# Date Author Comment
23f41a3e 09/12/2007 03:02 pm Michael Hanselmann

Change the way how locales are overridden:
- Set only LC_ALL, it overrides any other variable
- Restore environment after unittest

Reviewed-by: iustinp

f6441c7c 09/11/2007 03:18 pm Iustin Pop

Filters out LANG and LC_* on RunCmd

This filters out the LANG and LC_ variables from the environment of programs
executed by RunCmd, in order to get consistent output of execute programs like
lvs, etc.

Reviewed-by: imsnah

88d14415 09/05/2007 08:14 pm Michael Hanselmann

Add function to get all local IP addresses, will be used in cmdlib.py.

Reviewed-by: schreiberal

7fcf849f 09/03/2007 11:04 am Iustin Pop

Add a small unittext extension for utils.RunCmd

Reviewed-by: imsnah

31ee599c 08/21/2007 05:35 pm Michael Hanselmann

Fix typo.

Reviewed-by: iustin

a8083063 07/16/2007 04:39 pm Iustin Pop

Initial commit.