Revision aecba21e
ID | aecba21e4e522e61c69d05358a23d7c730775c41 |
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>
Files
- added
- modified
- copied
- renamed
- deleted
- qa
- ganeti-qa.py (diff)
- qa_cluster.py (diff)
- qa_daemon.py (diff)
- qa_env.py (diff)
- qa_group.py (diff)
- qa_instance.py (diff)
- qa_node.py (diff)
- qa_os.py (diff)
- qa_rapi.py (diff)
- qa_tags.py (diff)
- qa_utils.py (diff)