]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test: rename test_activate_osd
authorLoic Dachary <ldachary@redhat.com>
Thu, 15 Jan 2015 12:22:44 +0000 (13:22 +0100)
committerLoic Dachary <ldachary@redhat.com>
Thu, 15 Jan 2015 12:27:01 +0000 (13:27 +0100)
It was incorrectly shadowing test_run_osd.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/ceph-helpers.sh

index 14986eea59be24c884b1ebbd4df8b645d02bc903..3eeda453a208b20eba9ee920dbd2954a4074108c 100755 (executable)
@@ -463,7 +463,7 @@ function activate_osd() {
     return $status
 }
 
-function test_run_osd() {
+function test_activate_osd() {
     local dir=$1
 
     setup $dir || return 1