Lines Matching +full:openbmc +full:- +full:test +full:- +full:automation
39 openbmc-test-automation and return as a dictionary.
50 [google-chrome]: Not installed
58 [robotframework-angularjs]: 0.0.10
59 [robotframework-scplibrary]: 1.2.0
60 [robotframework-extendedselenium2library]: 0.9.1
66 for package in ["python", "python3", "robot", "firefox", "google-chrome"]:
67 # Note: "robot --version" returns 0x00000000000000fb.
70 package + " --version", valid_rcs=[0, 0x7F, 0xFB]
79 "robotframework-angularjs",
80 "robotframework-scplibrary",
81 "robotframework-extendedselenium2library",
84 "pip3 show " + package + " | grep Version | sed -re 's/.*: //g'"
90 rc, version = gc.shell_cmd("lsb_release -d -s")