Revision c2266ec8 qa/qa_node.py

b/qa/qa_node.py
130 130
    # Test all storage fields
131 131
    cmd = ["gnt-node", "list-storage", "--storage-type", storage_type,
132 132
           "--output=%s" % ",".join(list(constants.VALID_STORAGE_FIELDS) +
133
                                    [constants.SF_NODE, constants.SF_TYPE])]
133
                                    [constants.SF_NODE])]
134 134
    AssertCommand(cmd)
135 135

  
136 136
    # Get list of valid storage devices

Also available in: Unified diff