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

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