From 29f20b7e82963edc2d0e87ccd04ad26b0507f821 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 11 Jul 2014 15:33:35 -0700 Subject: [PATCH] qa/workunits/post-file.sh Test ceph-post-file. Signed-off-by: Sage Weil --- qa/workunits/post-file.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 qa/workunits/post-file.sh diff --git a/qa/workunits/post-file.sh b/qa/workunits/post-file.sh new file mode 100755 index 0000000000000..a6fb765e3bdcf --- /dev/null +++ b/qa/workunits/post-file.sh @@ -0,0 +1,7 @@ +#!/bin/bash -ex + +what="$1" +[ -z "$what" ] && what=/usr/share/base-files +ceph-post-file -d ceph-test-workunit $what + +echo OK -- 2.39.5