File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
tests/RobotFramework/tests/cumulocity/software_management Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ Test Setup Custom Setup
8
8
Test Teardown Custom Teardown
9
9
10
10
*** Test Cases ***
11
+ Supported software types should be declared during startup
12
+ [Documentation] #2654 This test will be updated once advanced software management support is implemented
13
+ ThinEdgeIO.Set Device Context ${PARENT_SN }
14
+ Should Have MQTT Messages topic=te/device/${CHILD_SN } ///cmd/software_list minimum=1 maximum=1 message_contains="types":["apt"]
15
+ Should Have MQTT Messages topic=te/device/${CHILD_SN } ///cmd/software_update minimum=1 maximum=1 message_contains="types":["apt"]
16
+
11
17
Software list should be populated during startup
12
18
Cumulocity.Should Contain Supported Operations c8y_SoftwareUpdate
13
19
Device Should Have Installed Software tedge timeout=120
Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ Test Setup Custom Setup
8
8
Test Teardown Custom Teardown
9
9
10
10
*** Test Cases ***
11
+ Supported software types should be declared during startup
12
+ [Documentation] #2654 This test will be updated once advanced software management support is implemented
13
+ Should Have MQTT Messages topic=te/device/main///cmd/software_list minimum=1 maximum=1 message_contains="types":["apt"]
14
+ Should Have MQTT Messages topic=te/device/main///cmd/software_update minimum=1 maximum=1 message_contains="types":["apt"]
15
+
11
16
Software list should be populated during startup
12
17
Device Should Have Installed Software tedge timeout=120
13
18
You can’t perform that action at this time.
0 commit comments