blob: eee33ba0f2a73fe7b46bf77986db1420c4dd6277 [file] [log] [blame]
Sivas SRR17dae1a2019-03-24 23:52:02 -05001*** 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
Sivas SRR14426bc2019-04-10 10:14:46 -050014 # Run Keyword Check BMC Performance
15 Check BMC Performance
Sivas SRR17dae1a2019-03-24 23:52:02 -050016
17