Revision fc28c086

b/qa/qa_env.py
43 43
  """Test availibility of Ganeti commands.
44 44

  
45 45
  """
46
  cmds = ( ['gnt-cluster', '--version'],
47
           ['gnt-os', '--version'],
48
           ['gnt-node', '--version'],
46
  cmds = ( ['gnt-backup', '--version'],
47
           ['gnt-cluster', '--version'],
48
           ['gnt-debug', '--version'],
49 49
           ['gnt-instance', '--version'],
50
           ['gnt-backup', '--version'],
50
           ['gnt-job', '--version'],
51
           ['gnt-node', '--version'],
52
           ['gnt-os', '--version'],
53
           ['ganeti-masterd', '--version'],
51 54
           ['ganeti-noded', '--version'],
55
           ['ganeti-rapi', '--version'],
52 56
           ['ganeti-watcher', '--version'] )
53 57

  
54 58
  cmd = ' && '.join([utils.ShellQuoteArgs(i) for i in cmds])

Also available in: Unified diff