Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / qa / workunits / rbd / notify_master.sh
1 #!/bin/sh -ex
2
3 relpath=$(dirname $0)/../../../src/test/librbd
4 python $relpath/test_notify.py master
5 exit 0