From: Loic Dachary Date: Fri, 5 Sep 2014 11:40:27 +0000 (+0200) Subject: qa: scripts to help test ceph-qa-suite X-Git-Tag: v0.86~143^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df3c70a95454bfe40cfcaadeb6e3034a3ce12398;p=ceph.git qa: scripts to help test ceph-qa-suite 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 --- diff --git a/qa/workunits/true.sh b/qa/workunits/true.sh new file mode 100755 index 000000000000..296ef781c6f0 --- /dev/null +++ b/qa/workunits/true.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +true