e68cbfb3 | 12-Aug-2020 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo spelling in the test documentation
Change-Id: Id321a7e420b6303ace297521b6315caa24930f4f Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
97fccae8 | 27-Jul-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added waiting time for the tests
Changes: - Added explicit wait 5s to allow user password to get set
Change-Id: I2242131487a16ad278f4b3ab122ac52a53f0512a Signed-off-by: Sushma M M <sushmm99@in.i
Added waiting time for the tests
Changes: - Added explicit wait 5s to allow user password to get set
Change-Id: I2242131487a16ad278f4b3ab122ac52a53f0512a Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
5ddaf9b0 | 15-Jul-2020 |
Jayashree-D <jayashree-d@hcl.com> |
Add case_insensitive parameter, underscore and lowercase letters to regex pattern
Changes: - Add "_" underscore in regex expression - Add case_insensitive parameter to regex filtering SDR
Add case_insensitive parameter, underscore and lowercase letters to regex pattern
Changes: - Add "_" underscore in regex expression - Add case_insensitive parameter to regex filtering SDR info - Add lowercase letters "a-z" in regex expression Example: "/xyz/openbmc_project/inventory/system/chassis/motherboard/CPU_0" "/xyz/openbmc_project/inventory/system/chassis/motherboard/cpu0
Signed-off-by: Jayashree-D <jayashree-d@hcl.com> Change-Id: Ic647451c6e8aaaebd097a323aee0c8023a9c51ed
show more ...
|
d5f179e2 | 14-Jul-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update IPMI test case
Changes: - Add code to dynamically load the PowerControl redfish URI. - Adjust debug log and logging request in library.
Resolves openbmc/openbmc-test-automation#2091
Update IPMI test case
Changes: - Add code to dynamically load the PowerControl redfish URI. - Adjust debug log and logging request in library.
Resolves openbmc/openbmc-test-automation#2091
Change-Id: I79315d615d39fdd5dda02ccb9b66bf27c0e8f06f Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
50d12490 | 08-Jul-2020 |
George Keishing <gkeishin@in.ibm.com> |
Update robot new syntax for accessing dictionary
Example: Accessing variable items using '&{data}[MemberId]' syntax is deprecated. Use '${data}[MemberId]' instead.
Change-Id: I8b495d423d62a
Update robot new syntax for accessing dictionary
Example: Accessing variable items using '&{data}[MemberId]' syntax is deprecated. Use '${data}[MemberId]' instead.
Change-Id: I8b495d423d62abd9577e373b16af36da41fc5950 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
1ee53321 | 06-Jul-2020 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Fixed coding issues in below keyword and test case
1.Suite Setup Execution. 2.Disable VLAN Via IPMI When Multiple VLAN Exist On BMC.
Change-Id: Id036ca213ac3af759c9fadc5216b1e6783be3cec Signed-off-
Fixed coding issues in below keyword and test case
1.Suite Setup Execution. 2.Disable VLAN Via IPMI When Multiple VLAN Exist On BMC.
Change-Id: Id036ca213ac3af759c9fadc5216b1e6783be3cec Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
show more ...
|
ab209cdd | 01-Jul-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop h
Address issue for deprecated syntax
Change from :FOR to FOR/END to address a new WARNING in the new robot version.
Sample warning message as mention below.
FOR loop starting on line 26: For loop header ': FOR' is deprecated. Use 'FOR' instead.
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: I1720b3c7e6fbbafda3fca6f91edf97c80fdd9f41
show more ...
|
c69a3d38 | 10-Jun-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added test to verify Sensor Threshold
Change-Id: Ia5e9d240dcce4255bae06336d89494a05a193983 Signed-off-by: Sushma M M <sushmm99@in.ibm.com> |
bd0fcfc6 | 09-Jun-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Fix for power supply test failure
Changes made: - IPMI's Board Product field is not mapped to any Redfish inventory field. Hence it is removed. - Add a check to verify IPMI fru field presence be
Fix for power supply test failure
Changes made: - IPMI's Board Product field is not mapped to any Redfish inventory field. Hence it is removed. - Add a check to verify IPMI fru field presence before comparing it with Redfish field.
Change-Id: I4c69f244ccc3d98612f35b31616bf20ba6fe3aee Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
b49853c4 | 03-Jun-2020 |
Tony Lee <tony.lee@quantatw.com> |
Fixed the IPMI command that should run external only
Command Set Session Privilege Level should run external only.
Change-Id: I555e75b07d5a01b8fbcab4b037ee5a5fc6459096 Signed-off-by: Tony Lee <tony
Fixed the IPMI command that should run external only
Command Set Session Privilege Level should run external only.
Change-Id: I555e75b07d5a01b8fbcab4b037ee5a5fc6459096 Signed-off-by: Tony Lee <tony.lee@quantatw.com>
show more ...
|
86fd6730 | 03-Jun-2020 |
Tony Lee <tony.lee@quantatw.com> |
Fixed missing parameter when using ipmi user summary
When execute inband command ipmitool user summary it will return 'IPMI command failed: Unknown (0x82)' Because it missing a parameter <channel nu
Fixed missing parameter when using ipmi user summary
When execute inband command ipmitool user summary it will return 'IPMI command failed: Unknown (0x82)' Because it missing a parameter <channel number> User Commands: summary [<channel number>]
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I3b37995eb6150e870495ae16de9271cc8bd0341b
show more ...
|
8e25b8f0 | 06-Apr-2020 |
Anvesh Kumar Rayankula <anvesr77@in.ibm.com> |
Modified suite setup and Added TC 'Create Multiple VLANs Via IPMI And Verify'
Change-Id: I65ff199cbb4374c46f06f45c7f2a00ffbc47664f Signed-off-by: Anvesh Kumar Rayankula <anvesr77@in.ibm.com> |
e4a7549c | 13-May-2020 |
George Keishing <gkeishin@in.ibm.com> |
Add IPMI client resource import
Parent suite setup failed: No keyword with name 'Run IPMI Standard Command' found.
Change-Id: Ie110e4837336944074c7585c178f0e7461cf4d67 Signed-off-by: George Keis
Add IPMI client resource import
Parent suite setup failed: No keyword with name 'Run IPMI Standard Command' found.
Change-Id: Ie110e4837336944074c7585c178f0e7461cf4d67 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
5e735522 | 13-May-2020 |
Tony Lee <tony.lee@quantatw.com> |
Add missing tags to suite test_ipmi_network_verificaton
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I286590f8b1c298fcf833b7a127c202ac9c6dfa79 |
21e5d905 | 27-Apr-2020 |
Tony Lee <tony.lee@quantatw.com> |
Enabled sensor number option in SEL add
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Ifa9de373601a6859d684997bd8c56cf7dfa3b734 |
8f254b53 | 23-Apr-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Adding FRU test case for powersupply component
Change-Id: Ieb461e12d71715701da490e50f0ade2bba12f961 Signed-off-by: Sushma M M <sushmm99@in.ibm.com> |
6c998f75 | 09-Mar-2020 |
Tony Lee <tony.lee@quantatw.com> |
Added tests for IPMI payload commands
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I1396ea72feed442882685fb3d3c45eab8156efc0 |
84e98d9b | 15-Apr-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Fix For IPMI and Redfish Temperature difference
Change-Id: I07dd26c6c8ff374e13990ae7e6f0582cae2fd9ca Signed-off-by: Sushma M M <sushmm99@in.ibm.com> |
c4cabd5f | 08-Apr-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Update documentation for IPMI sensor suite
Change-Id: I439d455e852c9832e88553f83a9e3db497fc8edc Signed-off-by: Sushma M M <sushmm99@in.ibm.com> |
e354c1c0 | 09-Mar-2020 |
Anvesh Kumar Rayankula <anvesr77@in.ibm.com> |
Added testcase when LAN and VLAN exist with IP address
Change-Id: Ida40c6eb1646f1b08c2a37871636e20e47d81391 Signed-off-by: Anvesh Kumar Rayankula <anvesr77@in.ibm.com> |
89882cee | 31-Mar-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Added below IPMI sensor test cases
-Verify CPU Present -Verify CPU Not Present -Verify GPU Present -Verify GPU Not Present
Change-Id: I4efd36cf35e730d24efc23e40136d9745b450e31 Signe
Added below IPMI sensor test cases
-Verify CPU Present -Verify CPU Not Present -Verify GPU Present -Verify GPU Not Present
Change-Id: I4efd36cf35e730d24efc23e40136d9745b450e31 Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
c03c8e21 | 25-Mar-2020 |
Tony Lee <tony.lee@quantatw.com> |
Add case to test Get Lan Configuration Parameters
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I2d81b5b54906b19afee79dd11c4352d7cde6acf7 |
fd2f4281 | 18-Mar-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Replaced REST with Redfish for below IPMI Power Reading test case
- Test Power Reading Via IPMI Raw Command
Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707 Signed-off-by: Sushma M M <sushm
Replaced REST with Redfish for below IPMI Power Reading test case
- Test Power Reading Via IPMI Raw Command
Change-Id: I1dae323b03e23312700ea6e5609e9067c104f707 Signed-off-by: Sushma M M <sushmm99@in.ibm.com>
show more ...
|
94f1a6c9 | 24-Mar-2020 |
Tony Lee <tony.lee@quantatw.com> |
Added a test to verify set invalid session privilege level
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I42b4c58a9685dc3acc7e39a093d57f641a800dc3 |
85dbd9c6 | 20-Mar-2020 |
Sushma M M <sushmm99@in.ibm.com> |
Replaced REST with Redfish for IPMI Baseboard temperature test case
Change-Id: I36c924e3dee54be9df765ba78075d423454d3eaa Signed-off-by: Sushma M M <sushmm99@in.ibm.com> |