summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2013-10-22 15:44:32 -0700
committerSage Weil <sage@inktank.com>2013-10-22 15:44:32 -0700
commit9ef8ffc9657a50be0cf19d6511ffa2a0c58a9f8a (patch)
treed8b3c55239a58ba042cefed283a7494b0799997a
parentacee3f2da5fdaa57940ef0b1788897a7d4c8b958 (diff)
downloadceph-9ef8ffc9657a50be0cf19d6511ffa2a0c58a9f8a.tar.gz
ceph_test_rados_api_tier: rename tests
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r--src/test/librados/tier.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/librados/tier.cc b/src/test/librados/tier.cc
index 24c08e21c9e..195538ead43 100644
--- a/src/test/librados/tier.cc
+++ b/src/test/librados/tier.cc
@@ -28,7 +28,7 @@ using std::map;
using std::ostringstream;
using std::string;
-TEST(LibRadosMisc, Dirty) {
+TEST(LibRadosTier, Dirty) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));
@@ -82,7 +82,7 @@ TEST(LibRadosMisc, Dirty) {
ASSERT_EQ(0, destroy_one_pool_pp(pool_name, cluster));
}
-TEST(LibRadosMisc, HitSetNone) {
+TEST(LibRadosTier, HitSetNone) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));
@@ -125,7 +125,7 @@ string set_pool_str(string pool, string var, int val)
+ stringify(val) + string("}");
}
-TEST(LibRadosMisc, HitSetRead) {
+TEST(LibRadosTier, HitSetRead) {
Rados cluster;
std::string pool_name = get_temp_pool_name();
ASSERT_EQ("", create_one_pool_pp(pool_name, cluster));