Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion images/simulator/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aiohttp==3.9.2
aiohttp~=3.10.2
pymodbus==3.5.4
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ pyModbusTCP
pyserial-asyncio
tomli~=2.0.1
pip~=23.3
setuptools~=65.5.0
requests~=2.31.0
requests~=2.32.0
toml
4 changes: 2 additions & 2 deletions tests/modbus_reader/device.robot
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Suite Setup Set Main Device

*** Test Cases ***
Device should have the fragment c8y_ModbusConfiguration
Cumulocity.Device Should Have Fragments c8y_ModbusConfiguration
Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate=2
Cumulocity.Managed Object Should Have Fragments c8y_ModbusConfiguration
Cumulocity.Managed Object Should Have Fragment Values c8y_ModbusConfiguration.pollingRate\=3

ChildDevice TestCase1 should be created
Cumulocity.Should Be A Child Device Of Device ${DEVICE_ID}:device:TestCase1
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
robotframework~=6.0.0
robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.31.3
robotframework~=7.0.0
robotframework-c8y @ git+https://github.com/reubenmiller/robotframework-c8y.git@0.42.1