xref: /openbmc/openbmc-test-automation/redfish/__init__.robot (revision 2f3a96ed2c79f351f48d4f062dc1fc3aaad7392f)
1*** Settings ***
2Documentation  Get system environment for test suite.
3
4Resource         ../lib/common_utils.robot
5
6Suite Setup      Get System Environment
7
8*** Keyword ***
9
10Get System Environment
11    [Documentation]  System environment details.
12
13    Run Keyword And Ignore Error  Get BMC PNOR Version
14    # Run Keyword  Check BMC Performance
15    Run Keyword And Ignore Error  Check BMC Performance
16