blob: e2dea329bcbf99140366c95bf44cea70b2e13e78 [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
14
15