]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: move all rados class unit tests into qa/workunits/cls
authorSage Weil <sage@inktank.com>
Thu, 20 Sep 2012 22:12:39 +0000 (15:12 -0700)
committerSage Weil <sage@inktank.com>
Thu, 20 Sep 2012 22:12:39 +0000 (15:12 -0700)
This includes the existing rbd one; teh suite is getting fixed to match.

See #3097.

Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/cls/test_cls_lock.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rbd.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_refcount.sh [new file with mode: 0755]
qa/workunits/cls/test_cls_rgw.sh [new file with mode: 0755]
qa/workunits/rbd/test_cls_rbd.sh [deleted file]

diff --git a/qa/workunits/cls/test_cls_lock.sh b/qa/workunits/cls/test_cls_lock.sh
new file mode 100755 (executable)
index 0000000..1f767ed
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_lock
+
+exit 0
diff --git a/qa/workunits/cls/test_cls_rbd.sh b/qa/workunits/cls/test_cls_rbd.sh
new file mode 100755 (executable)
index 0000000..06f1421
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_rbd
+
+exit 0
diff --git a/qa/workunits/cls/test_cls_refcount.sh b/qa/workunits/cls/test_cls_refcount.sh
new file mode 100755 (executable)
index 0000000..69f721a
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_refcount
+
+exit 0
diff --git a/qa/workunits/cls/test_cls_rgw.sh b/qa/workunits/cls/test_cls_rgw.sh
new file mode 100755 (executable)
index 0000000..a8998f5
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+
+test_cls_rgw
+
+exit 0
diff --git a/qa/workunits/rbd/test_cls_rbd.sh b/qa/workunits/rbd/test_cls_rbd.sh
deleted file mode 100755 (executable)
index 06f1421..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-
-test_cls_rbd
-
-exit 0