]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: ceph_objectstore_tool.py run mon and osd on specific port
authorLoic Dachary <ldachary@redhat.com>
Thu, 13 Nov 2014 16:21:48 +0000 (17:21 +0100)
committerDavid Zafman <dzafman@redhat.com>
Tue, 3 Mar 2015 18:44:17 +0000 (10:44 -0800)
commit427fe9177f90db091685b937839dcc4dfe4c8a01
tree0bdd5c049db3996e5be8f202f69fac79799f2ff7
parent28ed34a7dc32033be61cd61178eb59471de45aac
tests: ceph_objectstore_tool.py run mon and osd on specific port

By default vstart.sh runs MDS but they are not needed for the tests,
only run mon and osd instead. Instead of using the default vstart.sh
port which may conflict with a already running vstart.sh, set the
CEPH_PORT=7400 which is not used by any other test run with make check.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
(cherry picked from commit f04d4e7539bc8c1b6cf94db815f9dcdecc52faa2)
src/test/ceph_objectstore_tool.py