Revision c326b4ef qa/qa_tags.py

b/qa/qa_tags.py
66 66
  AssertEqual(StartSSH(master['primary'],
67 67
                       utils.ShellQuoteArgs(cmd)).wait(), 0)
68 68

  
69
  if qa_rapi.Enabled():
70
    qa_rapi.TestTags(kind, name, _TEMP_TAG_NAMES)
71

  
72 69
  cmd = cmdfn('remove-tags') + _TEMP_TAG_NAMES
73 70
  AssertEqual(StartSSH(master['primary'],
74 71
                       utils.ShellQuoteArgs(cmd)).wait(), 0)
75 72

  
73
  if qa_rapi.Enabled():
74
    qa_rapi.TestTags(kind, name, _TEMP_TAG_NAMES)
75

  
76 76

  
77 77
def TestClusterTags():
78 78
  """gnt-cluster tags"""

Also available in: Unified diff