File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -72,3 +72,8 @@ Install device profile
7272 Cumulocity.Managed Object Should Have Fragment Values c8y_Firmware.name\=iot-linux c8y_Firmware.version\=3.0.0
7373 Cumulocity.Device Should Have Installed Software {"name":"jq"}
7474 Cumulocity.Should Support Configurations container.env includes=${True }
75+
76+ Execute shell command
77+ ${operation } = Cumulocity.Execute Shell Command ls -l /etc/tedge
78+ ${operation } = Operation Should Be SUCCESSFUL ${operation }
79+ Should Not Be Empty ${operation["c8y_Command"]["result"] }
Original file line number Diff line number Diff line change @@ -75,3 +75,8 @@ Install device profile
7575 Cumulocity.Managed Object Should Have Fragment Values c8y_Firmware.name\=iot-linux c8y_Firmware.version\=3.0.0
7676 Cumulocity.Device Should Have Installed Software {"name":"jq"}
7777 Cumulocity.Should Support Configurations container.env includes=${True }
78+
79+ Execute shell command
80+ ${operation } = Cumulocity.Execute Shell Command ls -l /etc/tedge
81+ ${operation } = Operation Should Be SUCCESSFUL ${operation }
82+ Should Not Be Empty ${operation["c8y_Command"]["result"] }
You can’t perform that action at this time.
0 commit comments