-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests: benchmarks: multicore: Add test for S2RAM and STM log #18779
base: main
Are you sure you want to change the base?
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 730524b937a60f55f7099c485ce0bf71ad89514c more detailssdk-nrf:
Github labels
List of changed files detected by CI (12)
Outputs:ToolchainVersion: b81a7cd864 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
harness_config: | ||
fixture: ppk_power_measure | ||
pytest_root: | ||
- "${CUSTOM_ROOT_TEST_DIR}/test_measure_power_consumption.py::test_measure_and_data_dump_pwm_and_idle" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pwm?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, PWM 😄
same like in idle_spim_loopback tests
https://github.com/nrfconnect/sdk-nrf/blob/main/tests/benchmarks/multicore/idle_spim_loopback/testcase.yaml#L39
and idle_wdt:
https://github.com/nordic-segl/sdk-nrf/blob/NRFX-6648_S2RAM_and_WDT/tests/benchmarks/multicore/idle_wdt/testcase.yaml#L34
Test may need separate PyTest function. However, I don't know yet because I'm unable to reach S2RAM state (in both WDT and STM).
5f0a76b
to
3ce50a3
Compare
81e124c
to
0cabd8f
Compare
Add non-functional check (current consumption) for sample application that uses STM logging and enters low power state. Confirm that when STM logging is used: - cpu may enter low power states like IDLE or S2RAM; - STM logging works after leaving low power state. Signed-off-by: Sebastian Głąb <[email protected]>
0cabd8f
to
730524b
Compare
Add non-functional check (current consumption) for sample application that uses STM logging and enters low power state.
Confirm that when STM logging is used: