~ubuntu-branches/ubuntu/vivid/ctdb/vivid-proposed

« back to all changes in this revision

Viewing changes to tests/eventscripts/simple/10.interface.monitor.004.sh

  • Committer: Package Import Robot
  • Author(s): Mathieu Parent
  • Date: 2011-11-06 15:18:59 UTC
  • mto: (1.3.1)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: package-import@ubuntu.com-20111106151859-84nk51h3enndlo4q
Tags: upstream-1.11+git20111102
ImportĀ upstreamĀ versionĀ 1.11+git20111102

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
. "${EVENTSCRIPTS_TESTS_DIR}/common.sh"
 
4
 
 
5
define_test "all interfaces up, 1 is a bond"
 
6
 
 
7
setup_ctdb
 
8
 
 
9
iface=$(ctdb_get_1_interface)
 
10
 
 
11
setup_bond $iface
 
12
 
 
13
ok_null
 
14
 
 
15
simple_test