]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: test/vstart_wrapper.sh uses ceph-helpers.sh
authorLoic Dachary <ldachary@redhat.com>
Sat, 16 May 2015 13:38:52 +0000 (15:38 +0200)
committerLoic Dachary <ldachary@redhat.com>
Sun, 17 May 2015 11:31:25 +0000 (13:31 +0200)
Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/vstart_wrapper.sh

index 60e8a9ed0ccb3eaa297a0606bdb2a050c9ae0332..377cf8dd38ef90253ad68bdb2747dd15d18b0a55 100755 (executable)
@@ -1,6 +1,7 @@
 #!/bin/bash
 #
 # Copyright (C) 2013 Cloudwatt <libre.licensing@cloudwatt.com>
+# Copyright (C) 2015 Red Hat <contact@redhat.com>
 #
 # Author: Loic Dachary <loic@dachary.org>
 #
@@ -15,7 +16,7 @@
 # GNU Library Public License for more details.
 #
 
-source test/mon/mon-test-helpers.sh
+source test/ceph-helpers.sh
 
 export CEPH_VSTART_WRAPPER=1
 export CEPH_DIR="$PWD/testdir/test-$CEPH_PORT"