Revision d8e55568 qa/qa_node.py

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

  
117
  # FIXME: test all storage_types in constants.VALID_STORAGE_TYPES
117
  # FIXME: test all storage_types in constants.STORAGE_TYPES
118 118
  # as soon as they are implemented.
119 119
  enabled_storage_types = qa_config.GetEnabledStorageTypes()
120 120
  testable_storage_types = list(set(enabled_storage_types).intersection(

Also available in: Unified diff