]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: scripts to help test ceph-qa-suite 2405/head
authorLoic Dachary <loic-201408@dachary.org>
Fri, 5 Sep 2014 11:40:27 +0000 (13:40 +0200)
committerLoic Dachary <loic-201408@dachary.org>
Fri, 5 Sep 2014 15:49:40 +0000 (17:49 +0200)
This workunit will be used by tests as a placeholder that always return
true. This is helpful in tests when a script from the qa/workunits
directory is mandatory but we do not care about testing anything.  For
an example of how it can be used, check
https://github.com/ceph/ceph-qa-suite/pull/120

Signed-off-by: Loic Dachary <loic-201408@dachary.org>
qa/workunits/true.sh [new file with mode: 0755]

diff --git a/qa/workunits/true.sh b/qa/workunits/true.sh
new file mode 100755 (executable)
index 0000000..296ef78
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+true