Revision 89e8af70 qa/qa_os.py

b/qa/qa_os.py
86 86
      new_cmd = cmd + ["--%s" % param, val, _TEMP_OS_NAME]
87 87
      AssertEqual(StartSSH(master["primary"],
88 88
                           utils.ShellQuoteArgs(new_cmd)).wait(), 0)
89
      # check that double-running the command is OK
90
      AssertEqual(StartSSH(master["primary"],
91
                           utils.ShellQuoteArgs(new_cmd)).wait(), 0)
89 92

  
90 93

  
91 94
def _SetupTempOs(node, dir, valid):

Also available in: Unified diff