On Wed, 9 Aug 2017, Xuehan Xu wrote: > Hi, everyone. > > I'm trying to write a new test case in tier.cc. However, when I try to > test that test case by running "make check", it seems that "make > check" only run ceph_test_object_map, no other "ceph_test_XXX" > runnables are run including "ceph_test_rados_api_tier". Why? And how > to run other ceph_test_XXX runnables? ../src/vstart.sh -d -n -x -l bin/ceph_test_rados_api_tier or probably more like CEPH_ARGS="--log-file c --no-log-to-stderr --debug-ms=1 ..." bin/ceph_test_rados_api_tier It's also run as part of qa/workunits/rados/test.sh by teuthology. You can run that fully battery of tests with PATH=$PATH:bin ../qa/workunits/rados/test.sh sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html