Revision 454723b5 tools/burnin

b/tools/burnin
322 322
  def _ExecOp(self, *ops):
323 323
    """Execute one or more opcodes and manage the exec buffer.
324 324

  
325
    @result: if only opcode has been passed, we return its result;
325
    @return: if only opcode has been passed, we return its result;
326 326
        otherwise we return the list of results
327 327

  
328 328
    """
......
336 336
  def ExecOp(self, retry, *ops):
337 337
    """Execute one or more opcodes and manage the exec buffer.
338 338

  
339
    @result: if only opcode has been passed, we return its result;
339
    @return: if only opcode has been passed, we return its result;
340 340
        otherwise we return the list of results
341 341

  
342 342
    """
......
892 892
    """Run confd queries for our instances.
893 893

  
894 894
    The following confd queries are tested:
895
    - CONFD_REQ_PING: simple ping
896
    - CONFD_REQ_CLUSTER_MASTER: cluster master
897
    - CONFD_REQ_NODE_ROLE_BYNAME: node role, for the master
895
      - CONFD_REQ_PING: simple ping
896
      - CONFD_REQ_CLUSTER_MASTER: cluster master
897
      - CONFD_REQ_NODE_ROLE_BYNAME: node role, for the master
898 898

  
899 899
    """
900 900
    Log("Checking confd results")

Also available in: Unified diff