We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 087fc46 commit 2149157Copy full SHA for 2149157
.ci/robot_framework/tests/tests_005_basics.robot
@@ -0,0 +1,15 @@
1
+*** Settings ***
2
+Test Timeout 60 seconds
3
+
4
+Library OperatingSystem
5
+Library ../libs/TestUtils.py
6
7
+Resource variables.robot
8
9
+*** Test Cases ***
10
+Check Kernel Configuration available in /proc/config.gz
11
+ ${TEST_BOARD_IP} Get Environment Variable TEST_BOARD_IP
12
+ ${stdout}= SSH Command ${TEST_BOARD_IP} zcat /proc/config.gz |grep "Kernel Configuration"
13
+ Log ${stdout}
14
+ Should Contain ${stdout} Kernel Configuration
15
0 commit comments