Revision fe508a9d qa/qa_tags.py

b/qa/qa_tags.py
34 34
  constants.TAG_CLUSTER: "gnt-cluster",
35 35
  constants.TAG_NODE: "gnt-node",
36 36
  constants.TAG_INSTANCE: "gnt-instance",
37
  constants.TAG_NODEGROUP: "gnt-group",
37 38
  }
38 39

  
39 40

  
......
71 72
  _TestTags(constants.TAG_NODE, node["primary"])
72 73

  
73 74

  
75
def TestGroupTags(group):
76
  """gnt-group tags"""
77
  _TestTags(constants.TAG_NODEGROUP, group)
78

  
79

  
74 80
def TestInstanceTags(instance):
75 81
  """gnt-instance tags"""
76 82
  _TestTags(constants.TAG_INSTANCE, instance["name"])

Also available in: Unified diff