diff options
-rw-r--r-- | src/test/librados/tier.cc | 6 |
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)); |