ceph/qa/workunits/cls/test_cls_hello.sh
Sage Weil 895d531cc9 cls/hello: hello, world rados class
Simple example of a rados class doing read, write, and read/modify/write
methods.

Signed-off-by: Sage Weil <sage@inktank.com>
2013-08-15 17:21:29 -07:00

6 lines
42 B
Bash
Executable File

#!/bin/sh -e
ceph_test_cls_hello
exit 0