- Updated
aiohttp
to 3.9.0 (from 3.8.6).
- Fixed misspellings.
- Updated
aiohttp
to 3.8.6 andrequests
to 2.31.0. - Minor
pylint
fixes.
- Add marker
cpu_notif_test
to CPU resource notification test. This allows you to skip that test withpytest -m "not cpu_notif_test"
. You can skip that and reboot test with-m 'not (reboot_test or cpu_notif_test)'
. - Add marker
reboot_test
to LwM2M test that resets device. This allows you to skip that test withpytest -m "not reboot_test"
. - Move
pytest.ini
fromtests
-folder to root, this way to the custom marker gets taken into account. - Upgrade
pytest
to 7.3.1 andpytest-html
3.2.0 to resolve Python 3.10 compatibility issue. - Add *.xml files to
.gitignore
.
- Python 3.10 warning removal by creating eventloop explicitly.
- New test file for checking edge device being on-line (tests/test_edge_online.py).
- Fix deprecation warning in
websocket_handler.py
(setDaemon() is deprecated).
- Izuma branding changes.
- Remove EU and JP config templates.
- Fix license link.
- Fix Jenkinsfile link.
- Update requirements.txt to work better with Python 3.10.
- Initial release of Pelion E2E Edge Python Test Suite