| Sivas SRR | 17dae1a | 2019-03-24 23:52:02 -0500 | [diff] [blame] | 1 | *** Settings *** | 
|  | 2 | Documentation  Get system environment for test suite. | 
|  | 3 |  | 
|  | 4 | Resource         ../lib/common_utils.robot | 
|  | 5 |  | 
|  | 6 | Suite Setup      Get System Environment | 
|  | 7 |  | 
| George Keishing | 409df05 | 2024-01-17 22:36:14 +0530 | [diff] [blame] | 8 | *** Keywords *** | 
| Sivas SRR | 17dae1a | 2019-03-24 23:52:02 -0500 | [diff] [blame] | 9 |  | 
|  | 10 | Get System Environment | 
|  | 11 | [Documentation]  System environment details. | 
|  | 12 |  | 
|  | 13 | Run Keyword And Ignore Error  Get BMC PNOR Version | 
| Sivas SRR | 14426bc | 2019-04-10 10:14:46 -0500 | [diff] [blame] | 14 | # Run Keyword  Check BMC Performance | 
| George Keishing | 41020ff | 2021-02-04 22:27:38 -0600 | [diff] [blame] | 15 | Run Keyword And Ignore Error  Check BMC Performance |