Skip to content

Commit

Permalink
Review fix (reboot test -> cpu_notif_test)
Browse files Browse the repository at this point in the history
Co-authored-by: Pete Dyer <[email protected]>
  • Loading branch information
JanneKiiskila and petedyerarm committed May 22, 2023
1 parent 96c7cb6 commit 7846de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Izuma E2E Edge Python Test Suite Change log

## 1.2.1
- Add marker `cpu_notif_test` to CPU resource notification test. This allows you to skip that test with `pytest -m "not reboot_test"`. You can skip that and reboot test with `-m 'not (reboot_test or cpu_notif_test)'`.
- Add marker `cpu_notif_test` to CPU resource notification test. This allows you to skip that test with `pytest -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 with `pytest -m "not reboot_test"`.
- Move `pytest.ini` from `tests`-folder to root, this way to the custom marker gets taken into account.
- Upgrade `pytest` to 7.3.1 and `pytest-html` 3.2.0 to resolve Python 3.10 compatiblity issue.
Expand Down

0 comments on commit 7846de2

Please sign in to comment.