QA: Convert nodes from items to attributes
authorMichael Hanselmann <hansmi@google.com>
Tue, 5 Feb 2013 15:30:42 +0000 (16:30 +0100)
committerMichael Hanselmann <hansmi@google.com>
Mon, 11 Feb 2013 14:58:54 +0000 (15:58 +0100)
commitaecba21e4e522e61c69d05358a23d7c730775c41
tree851a2525a75a1ac633026f0a54688b8be8c898df
parent565cb4bf23c020bbfb9745bbb0bf913fb83405b8
QA: Convert nodes from items to attributes

The new objects support attributes, which are cleaner than
dictionary-style access. Item access (like a dictionary) is going away
in a couple of patches. Also, pylint is better at checking attributes
than dictionary entries.

Signed-off-by: Michael Hanselmann <hansmi@google.com>
Reviewed-by: Bernardo Dal Seno <bdalseno@google.com>
qa/ganeti-qa.py
qa/qa_cluster.py
qa/qa_daemon.py
qa/qa_env.py
qa/qa_group.py
qa/qa_instance.py
qa/qa_node.py
qa/qa_os.py
qa/qa_rapi.py
qa/qa_tags.py
qa/qa_utils.py