commit | f71444da816b23cb27772662a544d8bc1c465273 | [log] [tgz] |
---|---|---|
author | Rajashekar Gade Reddy <raja.sekhar.reddy.gade@linux.intel.com> | Thu Jul 25 15:12:17 2019 +0000 |
committer | Vernon Mauery <vernon.mauery@linux.intel.com> | Fri Oct 25 15:39:20 2019 +0000 |
tree | 9fa296897cef2eb8797d9b7f6352e312a8e140f3 | |
parent | 69daefa04a4f7d5ab21480137991b88c6b34ee1d [diff] |
Implemented get session info cmd in host interface This command can get info of any session Tested all positive and negative test cases Tested: Get active session info by valid session handle ipmitool raw 0x6 0x3d <sesssion index = search session by handle> <valid session handle> Response : successfully gets the session info as per IPMI spec Get active session info by valid session id ipmitool raw 0x6 0x3d <sesssion index = search session by id> <valid session id> Response : successfully gets the session info as per IPMI spec Get inactive session info by valid session handle ipmitool raw 0x6 0x3d <sesssion index = search session by handle> <valid session handle> Response : successfully gets the session info as per IPMI spec Get inactive session info by valid session id ipmitool raw 0x6 0x3d <sesssion index = search session by id> <valid session id> Response : successfully gets the session info as per IPMI spec Get session info by invalid session handle ipmitool raw 0x6 0x3d <sesssion index = search session by handle> <invalid session handle> Response : 0x88 // Inavlid Session Handle Get session info by invalid session id ipmitool raw 0x6 0x3d <sesssion index = search session by id> <invalid session id> Response : 0x87 // Inavlid Session Id Signed-off-by: Rajashekar Gade Reddy <raja.sekhar.reddy.gade@linux.intel.com> Change-Id: Ib36a9fe5eac58d15011cc9379ceed480ba0be96d
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To clean the repository run ./bootstrap.sh clean
.