ceph/qa/workunits/rbd/notify_slave.sh
Sage Weil 253a557f10 qa/workunits: python -> python3 throughout
Signed-off-by: Sage Weil <sage@redhat.com>
2019-12-19 12:38:47 -06:00

6 lines
107 B
Bash
Executable File

#!/bin/sh -ex
relpath=$(dirname $0)/../../../src/test/librbd
python3 $relpath/test_notify.py slave
exit 0