Revision 33c730a2 qa/qa_node.py

b/qa/qa_node.py
114 114
  """gnt-node storage"""
115 115
  master = qa_config.GetMasterNode()
116 116

  
117
  for storage_type in constants.VALID_STORAGE_TYPES:
117
  # FIXME: test all storage_types in constants.VALID_STORAGE_TYPES
118
  # as soon as they are implemented.
119
  for storage_type in [constants.ST_FILE, constants.ST_LVM_VG,
120
                       constants.ST_LVM_PV]:
118 121

  
119 122
    cmd = ["gnt-node", "list-storage", "--storage-type", storage_type]
120 123

  

Also available in: Unified diff