Skip to content

Commit

Permalink
qa/workunits/rbd: add notify_master/slave bootstrap scripts
Browse files Browse the repository at this point in the history
Backport: hammer
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit 124b1d3)
  • Loading branch information
Jason Dillaman committed Jun 22, 2015
1 parent f995fb5 commit 43b9aef
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions qa/workunits/rbd/notify_master.sh
@@ -0,0 +1,7 @@
#!/bin/sh -ex

CEPH_REF=${CEPH_REF:-master}
wget -O test_notify.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/test_notify.py"

python test_notify.py master
exit 0
7 changes: 7 additions & 0 deletions qa/workunits/rbd/notify_slave.sh
@@ -0,0 +1,7 @@
#!/bin/sh -ex

CEPH_REF=${CEPH_REF:-master}
wget -O test_notify.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/test_notify.py"

python test_notify.py slave
exit 0

0 comments on commit 43b9aef

Please sign in to comment.