| /openbmc/phosphor-net-ipmid/ |
| H A D | session.hpp | 99 class Session : public SessionIface class 102 Session() = delete; 103 ~Session() = default; 104 Session(const Session&) = delete; 105 Session& operator=(const Session&) = delete; 106 Session(Session&&) = delete; 107 Session& operator=(Session&&) = delete; 118 Session(sdbusplus::bus_t& bus, const char* path, in Session() function in session::Session
|
| H A D | message_parsers.hpp | 99 const std::shared_ptr<session::Session>& session); 138 const std::shared_ptr<session::Session>& session); 186 const std::shared_ptr<session::Session>& session); 199 const std::shared_ptr<session::Session>& session); 213 const std::shared_ptr<session::Session>& session); 225 const std::shared_ptr<session::Session>& session); 239 size_t payloadLen, const std::shared_ptr<session::Session>& session); 251 const std::shared_ptr<session::Session>& session);
|
| H A D | sessions_manager.cpp | 71 0, std::make_shared<Session>(*getSdBus(), objPath.c_str(), 0, 0, 0)); in managerInit() 77 std::shared_ptr<Session> Manager::startSession( in startSession() 82 std::shared_ptr<Session> session = nullptr; in startSession() 138 session = std::make_shared<Session>(*getSdBus(), objPath.c_str(), in startSession() 191 std::shared_ptr<Session> Manager::getSession(SessionID sessionID, in getSession() 210 const std::pair<const uint32_t, std::shared_ptr<Session>>& in getSession() 327 [](const std::pair<const uint32_t, std::shared_ptr<Session>>& in) in getActiveSessionCount()
|
| H A D | sessions_manager.hpp | 43 using SessionMap = std::map<SessionID, std::shared_ptr<Session>>; 87 std::shared_ptr<Session> startSession( 113 std::shared_ptr<Session> getSession(
|
| H A D | message_parsers.cpp | 71 const std::shared_ptr<session::Session>& session) in flatten() 138 const std::shared_ptr<session::Session>& /* session */) in flatten() argument 249 const std::shared_ptr<session::Session>& session) in flatten() 304 const std::shared_ptr<session::Session>& session) in addSequenceNumber() 322 const std::shared_ptr<session::Session>& session) in verifyPacketIntegrity() 376 const std::shared_ptr<session::Session>& session) in addIntegrityData() 400 const std::shared_ptr<session::Session>& session) in decryptPayload() 408 const std::shared_ptr<session::Session>& session) in encryptPayload()
|
| H A D | command_table.cpp | 53 std::shared_ptr<session::Session> session = in executeCommand() 112 std::shared_ptr<session::Session> session = in executeCommand()
|
| /openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
| H A D | test_client_identifier.robot | 24 Create A Session With ClientID And Verify 27 [Template] Create And Verify Session ClientID 39 [Template] Create And Verify Session ClientID 46 Create A Multiple Session With ClientID And Verify 49 [Template] Create And Verify Session ClientID 59 [Template] Create And Verify Session ClientID 69 [Template] Create Session And Fail To Set Client Origin IP 76 Create Session For Non Admin User 77 [Documentation] Create Session for non-admin user. 79 [Template] Non Admin User To Create Session [all …]
|
| H A D | test_lock_management.robot | 129 HMCID-02 ReadCase1,ReadCase1,ReadCase1 Session 132 Release Lock When Session Deleted 135 [Template] Verify Release Lock When Session Deleted 182 Fail To Release Lock For Another Session 185 [Template] Verify Fail To Release Lock For Another Session 299 Get Empty Lock Records For Session Where No Locks Acquired 303 [Template] Verify No Locks Records For Session With No Acquired Lock 309 Get Lock Records Empty For Invalid Session 312 [Template] Verify Empty Lock Records For Invalid Session 318 Get Lock Records For Multiple Session [all …]
|
| /openbmc/openbmc-test-automation/redfish/service_root/ |
| H A D | test_sessions_management.robot | 27 Create Session And Verify Response Code Using Different Credentials 31 [Template] Create Session And Verify Response Code 41 Create Session And Verify Response Code Using Operator Credentials 45 [Template] Create Session And Verify Response Code 51 Set Session Timeout And Verify Response Code 52 [Documentation] Set Session Timeout And Verify Response Code. 54 [Template] Set Session Timeout And Verify 55 [Teardown] Set Session Timeout And Verify ${Default_Timeout_Value} ${HTTP_OK} 70 Set Session Timeout And Verify Session After Timeout 74 [Template] Set Session Timeout And Verify Session Deleted After Timeout [all …]
|
| H A D | test_service_root_security.robot | 49 Create Session openbmc http://${OPENBMC_HOST} 56 ... POST On Session openbmc /redfish/v1/SessionService/Sessions 64 Create Session openbmc https://${OPENBMC_HOST}:80 71 ... POST On Session openbmc /redfish/v1/SessionService/Sessions 78 [Teardown] Run Keyword And Ignore Error Multiple Session Cleanup 86 ${saved_session_info}= Get Redfish Session Info 92 Repeat Keyword ${LOGIN_SESSION_COUNT} times Create New Login Session 96 Redfish.Set Session Key ${saved_session_info["key"]} 97 Redfish.Set Session Location ${saved_session_info["location"]} 101 Attempt Login With Expired Session [all …]
|
| H A D | test_sessions_connection.robot | 7 Suite Setup Set Redfish Delete Session Flag ${0} 8 Suite Teardown Run Keywords Set Redfish Delete Session Flag ${1} AND Redfish.Logout 22 Create Session And Check Connection Stability 33 Create Session And Check Connection Stability On Reboot 34 [Documentation] Create Session And Check Connection Stability On Reboot
|
| H A D | test_service_root.robot | 61 Create Session openbmc ${AUTH_URI} 67 ${resp} = GET On Session 84 Delete Redfish Session Using Valid Login 89 ${session_info} = Get Redfish Session Info 109 Create Session openbmc https://${OPENBMC_HOST}:${HTTPS_PORT} 113 …${resp} = POST On Session openbmc /redfish/v1/SessionService/Sessions data=${data} headers=${… 118 …${resp} = DELETE On Session openbmc ${REDFISH_SESSION}${/}${resp.json()["Id"]} headers=${heade…
|
| /openbmc/openbmc-test-automation/lib/external_intf/ |
| H A D | management_console_utils.robot | 45 Create Session With ClientID 65 Create Session With List Of ClientID 77 ${session_dict}= Create Session With ClientID ${client} 84 Verify A Session Created With ClientID 94 # "@odata.type": "#Session.v1_0_2.Session", 95 # "Description": "Manager User Session", 97 # "Name": "User Session", 100 # "@odata.type": "#OemSession.v1_0_0.Session",
|
| /openbmc/phosphor-ipmi-flash/bmc/firmware-handler/ |
| H A D | firmware_handler.hpp | 44 struct Session struct 51 explicit Session(const std::string& path) : in Session() function 228 Session activeImage; 231 Session activeHash; 234 Session verifyImage; 237 Session updateImage; 240 std::map<std::uint16_t, Session*> lookup;
|
| /openbmc/openbmc-test-automation/security/ |
| H A D | test_ssl.robot | 25 Create Session openbmc http://${OPENBMC_HOST}/ timeout=3 26 Run Keyword And Expect Error *ConnectTimeoutError* GET On Session openbmc /list 33 Create Session openbmc http://${OPENBMC_HOST}:${HTTPS_PORT}/ timeout=3 34 Run Keyword And Expect Error ConnectionError* GET On Session openbmc /list
|
| /openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/Ipmi/ |
| H A D | SESSION_README.md | 1 # Session Management 15 - Channel - Session created channel. 20 - UserID - Session created by given user id.
|
| /openbmc/openbmc/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libsm_1.2.6.bb | 1 SUMMARY = "SM: Session Management library" 3 DESCRIPTION = "The Session Management Library (SMlib) is a low-level \"C\" \ 4 language interface to XSMP. The purpose of the X Session Management \
|
| /openbmc/openbmc-test-automation/lib/pdu/ |
| H A D | synaccess.robot | 13 Create Session pdu http://${PDU_IP} auth=${auth} 18 ${resp}= GET On Session pdu /cmd.cgi?$A4 ${PDU_SLOT_NO}
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | bmc_redfish_utils.robot | 148 Set Redfish Delete Session Flag 158 Redfish Delete Session 163 # session_info Session information are stored in dictionary. 172 # SessionIDs : Session IDs 174 # SessionToken : Session token 181 Redfish Delete List Of Session 196 # SessionIDs : Session IDs 198 # SessionToken : Session token 210 ${saved_session_info}= Redfish_Utils.Get Redfish Session Info 219 ${client_id_list}= Get Session With Client Id ${resp_list} [all …]
|
| H A D | rest_client.robot | 51 … ${resp}= GET On Session openbmc ${base_uri} &{kwargs} timeout=${timeout} expected_status=any 79 ${ret}= POST On Session openbmc ${base_uri} &{kwargs} timeout=${timeout} 102 ${resp}= PUT On Session openbmc ${base_uri} json=${kwargs["data"]} headers=${headers} 129 ${ret}= DELETE On Session openbmc ${base_uri} &{kwargs} timeout=${timeout} 167 Create Session openbmc ${AUTH_URI} timeout=${timeout} 172 ${resp}= POST On Session openbmc /login json=${data} headers=${headers} 201 Create Session openbmc ${AUTH_URI} timeout=${timeout} max_retries=3 206 ${status} ${resp}= Run Keyword And Ignore Error POST On Session openbmc 222 ${resp}= POST On Session openbmc 384 ${ret}= POST On Session ${session_object} ${base_uri} &{kwargs} timeout=${timeout} [all …]
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | virtual_media.hpp | 48 Session, enumerator 92 {EjectPolicy::Session, "Session"},
|
| /openbmc/openbmc-test-automation/openpower/ |
| H A D | test_inband_bmc_auth_reset.robot | 24 Create Session openbmc ${AUTH_URI} max_retries=1 28 ${resp}= POST On Session openbmc /login data=${data} headers=${headers}
|
| /openbmc/openbmc-test-automation/extended/ |
| H A D | test_bmc_stress_buster.robot | 62 Create Session openbmc ${AUTH_URI} 66 ${resp}= POST On Session openbmc /login json=${data} headers=${headers} 70 ${resp}= GET On Session openbmc /redfish/v1/Managers/${MANAGER_ID} expected_status=any
|
| /openbmc/openbmc-test-automation/ipmi/ |
| H A D | test_ipmi_general.robot | 163 Verify Set Session Privilege Level via IPMI Raw Command 167 [Template] Set Session Privilege Level And Verify 176 Verify Set Invalid Session Privilege Level Via IPMI Raw Command 179 [Template] Set Invalid Session Privilege Level And Verify 189 Verify Close Session Via IPMI 196 ${cmd}= Catenate mc info -vvv 2>&1 | grep "Closed Session" 199 Should Contain ${cmd_output} Closed Session 321 Set Session Privilege Level And Verify 336 Set Invalid Session Privilege Level And Verify
|
| /openbmc/openbmc-test-automation/gui/gui_test/settings_menu/ |
| H A D | test_factory_reset_sub_menu.robot | 65 [Teardown] Delete Readonly User And Logout Current GUI Session 85 [Teardown] Delete Readonly User And Logout Current GUI Session 103 [Teardown] Delete Readonly User And Logout Current GUI Session 123 [Teardown] Delete Readonly User And Logout Current GUI Session
|