| H A D | systems_utils_test.cpp | 25 std::string service; in TEST() local 38 asyncResp, 1, subtree, objectPath, service)); in TEST() 40 asyncResp, 2, subtree, objectPath, service)); in TEST() 42 asyncResp, 10, subtree, objectPath, service)); in TEST() 44 asyncResp, 999, subtree, objectPath, service)); in TEST() 46 asyncResp, 100, subtree, objectPath, service)); in TEST() 48 asyncResp, 11, subtree, objectPath, service)); in TEST() 50 asyncResp, 0, subtree, objectPath, service)); in TEST() 53 objectPath, service); in TEST() 55 EXPECT_EQ(service, "xyz.openbmc_project.Settings"); in TEST() [all …]
|