~ampelbein/ubuntu/oneiric/heartbeat/lp-770743

« back to all changes in this revision

Viewing changes to lrm/test/lrmregtest-heartbeat.in

  • Committer: Bazaar Package Importer
  • Author(s): Ante Karamatic
  • Date: 2010-02-17 21:59:18 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217215918-06paxph5do4saw8v
Tags: 3.0.2-0ubuntu1
* New upstream release
* Drop hard dep on pacemaker for heartbet; moved to Recommends
* debian/heartbeat.install:
  - follow upstream changes
* debian/control:
  - added docbook-xsl and xsltproc to build depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
#
3
 
# WARNING: This script is for LRM regressions tests only
4
 
#
5
 
 
6
 
. @HB_RA_DIR@/hto-mapfuncs
7
 
 
8
 
case $# in
9
 
  1)    op=$1;;
10
 
  2)    export OCF_RESKEY_delay; OCF_RESKEY_delay=$1; op=$2;;
11
 
esac
12
 
 
13
 
OCF_TYPE=lrmregtest
14
 
OCF_RESOURCE_INSTANCE=heartbeat
15
 
export OCF_TYPE OCF_RESOURCE_INSTANCE
16
 
 
17
 
ra_execocf $op