File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11paho-mqtt ~= 1.6.1
22python-dotenv ~= 1.0.0
33robotframework ~= 7.0.0
4- robotframework-c8y @ git+https://github.com/thin-edge/robotframework-c8y.git@0.47 .0
4+ robotframework-c8y @ git+https://github.com/thin-edge/robotframework-c8y.git@0.49 .0
55robotframework-aws @
git+https://github.com/thin-edge/[email protected] 66robotframework-debuglibrary ~= 2.5.0
77robotframework-jsonlibrary ~= 0.5
Original file line number Diff line number Diff line change @@ -120,7 +120,8 @@ Upload binary to Cumulocity
120120Create c8y_Firmware operation
121121 ${operation } = Cumulocity.Install Firmware firmware1 1.0 ${file_url }
122122 Set Suite Variable $operation
123- Cumulocity.Operation Should Be DELIVERED ${operation }
123+ Set Device Context ${PARENT_SN }
124+ Should Have MQTT Messages c8y/devicecontrol/notifications message_contains=${operation.id }
124125
125126Validate if file is not newly downloaded
126127 Set Device Context ${PARENT_SN }
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ Create c8y_Firmware operation
5959 [Arguments] ${firmware_url }
6060 ${operation } = Cumulocity.Install Firmware firmware1 1.0 ${firmware_url }
6161 Set Suite Variable $operation
62- Cumulocity.Operation Should Be DELIVERED ${operation }
62+ Set Device Context ${PARENT_SN }
63+ Should Have MQTT Messages c8y/devicecontrol/notifications message_contains=${operation.id }
6364
6465Validate tedge firmware update request sent
6566 [Arguments] ${date_from }
You can’t perform that action at this time.
0 commit comments