ea66161aefa249bb86e44b5e4b60204884646fac
[stor4nfv.git] / src / ceph / qa / workunits / rbd / notify_slave.sh
1 #!/bin/sh -ex
2
3 relpath=$(dirname $0)/../../../src/test/librbd
4 python $relpath/test_notify.py slave
5 exit 0