- 28 Jan, 2008 1 commit
-
-
Iustin Pop authored
This patch adds QA tests for most of the possible parameters in the instance modify operation (exception being the MAC), and modifies the sample QA file to run this test. It also tests the no-modification test, but that is a weak one: we only test that the exit code is one, not that the command gave a proper response ("... please give at least one parameter") as opposed to a traceback. Reviewed-by: imsnah
-
- 03 Dec, 2007 1 commit
-
-
Michael Hanselmann authored
- When line wrapping is needed, move spaces to the next line. - Remove embedded line breaks from error messages. Reviewed-by: schreiberal
-
- 19 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- 13 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 08 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- 05 Nov, 2007 2 commits
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- 02 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
Also check whether file contents are correct for both “gnt-cluster command” and “gnt-cluster copyfile”. Reviewed-by: iustinp
-
- 01 Nov, 2007 1 commit
-
-
Michael Hanselmann authored
- Split main() function into several small ones. - Current work on disk failure tests. This is not yet finished. - Fix small typo in qa_node.py. Reviewed-by: schreiberal
-
- 18 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Testing failure on the primary node is currently disabled due to drbd problems. Reviewed-by: iustinp
-
- 15 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 12 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: schreiberal
-
- 10 Oct, 2007 1 commit
-
-
Michael Hanselmann authored
- Implement colours in qa_utils. - Print warning for cron script. Reviewed-by: iustinp
-
- 27 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Added tests: - “gnt-cluster getmaster” - “gnt-cluster version” - “gnt-instance list” - “gnt-instance reinstall” Reviewed-by: schreiberal
-
- 26 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
- Test “gnt-backup export” and “gnt-backup import”. - Move “ResolveInstanceName” to qa_utils.py. - Fix tests for “ganeti-watcher”. - Make instance shutdown and startup configurable. Reviewed-by: schreiberal
-
- 13 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 12 Sep, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustin
-
- 31 Aug, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 30 Aug, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 24 Aug, 2007 3 commits
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
Michael Hanselmann authored
- Run “gnt-cluster verify” and “gnt-cluster info” after adding all nodes - Remove unused --cleanup option - Remove --verbose option and always print executed SSH commands Reviewed-by: iustinp
-
- 14 Aug, 2007 1 commit
-
-
Iustin Pop authored
This changes the raising of exceptions from: raise Exception, value to raise Exception(value) as the first form will be removed in python-3000 and the second form is preferred now. The changes also involve a few cases of changing from raising standard exceptions and use our own ones. The new version also fixes many pylint-generated warnings, especially in ganeti-noded where I changed many methods to @staticmethod. There is no functionality changed (barring any bugs).
-
- 25 Jul, 2007 1 commit
-
-
Michael Hanselmann authored
- Split up info tests and add more of them - Replace map() by [x for x in y] Reviewed-by: iustinp
-
- 23 Jul, 2007 1 commit
-
-
Michael Hanselmann authored
Reviewed-by: iustinp
-
- 16 Jul, 2007 1 commit
-
-
Iustin Pop authored
-