Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (20.2 kB)

# Date Author Comment
9df6d173 08/31/2007 06:36 pm Michael Hanselmann

Test “gnt-node volumes”.

Reviewed-by: iustinp

a0e7cec8 08/30/2007 08:49 pm Michael Hanselmann

Pass --os-size and --swap-size to burnin during QA.

Reviewed-by: iustinp

94508060 08/24/2007 03:29 pm Michael Hanselmann

Implement argument for known_hosts file.

Reviewed-by: iustinp

807d926c 08/24/2007 02:38 pm Michael Hanselmann

Set SSH's ClearAllForwardings and ForwardAgent options.

Reviewed-by: iustinp

180bdd1f 08/24/2007 01:23 pm Michael Hanselmann

- Test “gnt-cluster copyfile”
- 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

3ecf6786 08/14/2007 06:17 pm Iustin Pop

Style changes for pep-8 and python-3000 compliance.

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...

e9e35aaa 07/25/2007 01:12 pm Michael Hanselmann

- Use new --master-netdev parameter on gnt-cluster init
- Split up info tests and add more of them
- Replace map() by [x for x in y]

Reviewed-by: iustinp

6f11f250 07/23/2007 10:43 am Michael Hanselmann

Allow default bridge to be configured.

Reviewed-by: iustinp

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

Initial commit.