diff options
Diffstat (limited to 'qa/workunits/cls/test_cls_hello.sh')
-rwxr-xr-x | qa/workunits/cls/test_cls_hello.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qa/workunits/cls/test_cls_hello.sh b/qa/workunits/cls/test_cls_hello.sh new file mode 100755 index 000000000..0a2e09620 --- /dev/null +++ b/qa/workunits/cls/test_cls_hello.sh @@ -0,0 +1,5 @@ +#!/bin/sh -e + +ceph_test_cls_hello + +exit 0 |