Searched refs:entityPrivileges (Results 1 – 1 of 1) sorted by relevance
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | privileges_test.cpp | 32 OperationMap entityPrivileges{{boost::beast::http::verb::get, {{"Login"}}}}; in TEST() local 35 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST() 41 OperationMap entityPrivileges{{boost::beast::http::verb::get, {}}}; in TEST() local 44 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST() 50 OperationMap entityPrivileges{ in TEST() local 54 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST() 61 OperationMap entityPrivileges{ in TEST() local 66 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST() 72 OperationMap entityPrivileges{ in TEST() local 77 boost::beast::http::verb::get, entityPrivileges, userPrivileges)); in TEST() [all …]
|