Revision 75cf411a qa/qa_group.py

b/qa/qa_group.py
19 19
# 02110-1301, USA.
20 20

  
21 21

  
22
from ganeti import constants
23

  
22 24
import qa_config
23 25
from qa_utils import AssertCommand
24 26

  
......
27 29
  """gnt-group add/remove/rename"""
28 30
  groups = qa_config.get("groups", {})
29 31

  
30
  existing_group_with_nodes = groups.get("group-with-nodes", "default")
32
  existing_group_with_nodes = groups.get("group-with-nodes",
33
                                         constants.INITIAL_NODE_GROUP_NAME)
31 34
  group1, group2, group3 = groups.get("inexistent-groups",
32 35
                                      ["group1", "group2", "group3"])[:3]
33 36

  

Also available in: Unified diff