From: Loic Dachary Date: Thu, 15 Jan 2015 12:22:44 +0000 (+0100) Subject: test: rename test_activate_osd X-Git-Tag: v0.93~284^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=97609a3309ceaefaa1eb6645a4120f6b438280ab;p=ceph.git test: rename test_activate_osd It was incorrectly shadowing test_run_osd. Signed-off-by: Loic Dachary --- diff --git a/src/test/ceph-helpers.sh b/src/test/ceph-helpers.sh index 14986eea59be..3eeda453a208 100755 --- a/src/test/ceph-helpers.sh +++ b/src/test/ceph-helpers.sh @@ -463,7 +463,7 @@ function activate_osd() { return $status } -function test_run_osd() { +function test_activate_osd() { local dir=$1 setup $dir || return 1