summaryrefslogtreecommitdiffstats
path: root/src/ceph/qa/workunits/rbd/notify_slave.sh
blob: ea66161aefa249bb86e44b5e4b60204884646fac (plain)
1
2
3
4
5
#!/bin/sh -ex

relpath=$(dirname $0)/../../../src/test/librbd
python $relpath/test_notify.py slave
exit 0