ceph/qa/workunits/rbd/notify_slave.sh

8 lines
197 B
Bash
Raw Normal View History

#!/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