Revision bab4f56a qa/qa_group.py

b/qa/qa_group.py
225 225

  
226 226
def TestGroupModify():
227 227
  """gnt-group modify"""
228
  # This tests assumes LVM to be enabled, thus it should skip if
229
  # this is not the case
230
  if not qa_config.IsStorageTypeSupported(constants.ST_LVM_VG):
231
    return
228 232
  (group1, ) = qa_utils.GetNonexistentGroups(1)
229 233

  
230 234
  AssertCommand(["gnt-group", "add", group1])

Also available in: Unified diff