From: David Zafman Date: Wed, 15 Jul 2015 04:03:23 +0000 (-0700) Subject: test: Make test_rados_tool.sh part of make check X-Git-Tag: v9.1.0~523^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6dc589200301e77eee1fd79d76bed64e08d390a3;p=ceph.git test: Make test_rados_tool.sh part of make check Signed-off-by: David Zafman --- diff --git a/src/test/Makefile.am b/src/test/Makefile.am index 3c8d630feb21..f0b56dbe11dd 100644 --- a/src/test/Makefile.am +++ b/src/test/Makefile.am @@ -68,6 +68,7 @@ check_SCRIPTS += \ test/cephtool-test-osd.sh \ test/cephtool-test-mon.sh \ test/cephtool-test-mds.sh \ + test/cephtool-test-rados.sh \ unittest_bufferlist.sh \ test/encoding/check-generated.sh \ test/mon/osd-pool-create.sh \ diff --git a/src/test/cephtool-test-rados.sh b/src/test/cephtool-test-rados.sh new file mode 100755 index 000000000000..8f9b55191f07 --- /dev/null +++ b/src/test/cephtool-test-rados.sh @@ -0,0 +1,19 @@ +#!/bin/bash +# +# Copyright (C) 2015 Red Hat +# +# Author: David Zafman +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU Library Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Library Public License for more details. +# +CEPH_CLI_TEST_DUP_COMMAND=1 \ +MON=1 OSD=3 CEPH_START='mon osd' CEPH_PORT=7205 test/vstart_wrapper.sh \ + test/test_rados_tool.sh