Revision b4d2d2cb qa/qa_rapi.py

b/qa/qa_rapi.py
492 492
  """Test several node group operations using RAPI.
493 493

  
494 494
  """
495
  groups = qa_config.get("groups", {})
496
  group1, group2, group3 = groups.get("inexistent-groups",
497
                                      ["group1", "group2", "group3"])[:3]
495
  (group1, group2, group3) = qa_utils.GetNonexistentGroups(3)
498 496

  
499 497
  # Create a group with no attributes
500 498
  body = {

Also available in: Unified diff