Skip to content

Commit bbff0cb

Browse files
nordic-babunordic-piks
authored andcommitted
tests: benchmarks: peripheral_load: reorganize sample.yaml
reorganize entries in sample.yaml, create common configuration for nrf54lv10 and nrf54lc10 targets. Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
1 parent a74e21a commit bbff0cb

1 file changed

Lines changed: 6 additions & 86 deletions

File tree

tests/benchmarks/peripheral_load/sample.yaml

Lines changed: 6 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ tests:
455455
integration_platforms:
456456
- nrf54ls05dk/nrf54ls05b/cpuapp
457457

458-
sample.benchmarks.peripheral_stress_test.nrf54lv10:
458+
sample.benchmarks.peripheral_stress_test.nrf54lv10_lc10:
459459
filter: not CONFIG_COVERAGE
460460
harness_config:
461461
type: multi_line
@@ -477,10 +477,11 @@ tests:
477477
- CONFIG_PWM=n
478478
platform_allow:
479479
- nrf54lv10dk/nrf54lv10a/cpuapp
480+
- nrf54lc10dk/nrf54lc10a/cpuapp
480481
integration_platforms:
481482
- nrf54lv10dk/nrf54lv10a/cpuapp
482483

483-
sample.benchmarks.peripheral_stress_test.nrf54lv10.mcuboot:
484+
sample.benchmarks.peripheral_stress_test.nrf54lv10_lc10.mcuboot:
484485
filter: not CONFIG_COVERAGE
485486
harness_config:
486487
type: multi_line
@@ -505,10 +506,11 @@ tests:
505506
- mcuboot_CONFIG_FPROTECT=n
506507
platform_allow:
507508
- nrf54lv10dk/nrf54lv10a/cpuapp
509+
- nrf54lc10dk/nrf54lc10a/cpuapp
508510
integration_platforms:
509511
- nrf54lv10dk/nrf54lv10a/cpuapp
510512

511-
sample.benchmarks.peripheral_stress_test.nrf54lv10.mcuboot.lto:
513+
sample.benchmarks.peripheral_stress_test.nrf54lv10_lc10.mcuboot.lto:
512514
filter: not CONFIG_COVERAGE
513515
harness_config:
514516
type: multi_line
@@ -535,88 +537,6 @@ tests:
535537
- CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
536538
platform_allow:
537539
- nrf54lv10dk/nrf54lv10a/cpuapp
538-
integration_platforms:
539-
- nrf54lv10dk/nrf54lv10a/cpuapp
540-
541-
sample.benchmarks.peripheral_stress_test.nrf54lc10:
542-
filter: not CONFIG_COVERAGE
543-
harness_config:
544-
type: multi_line
545-
ordered: false
546-
regex:
547-
- ".*ADC thread has completed"
548-
- ".*Counter thread has completed"
549-
- ".*GPIO thread has completed"
550-
- ".*TEMP thread has completed"
551-
- ".*Timer thread has completed"
552-
- ".*WDT thread has completed"
553-
- ".*CPU load thread has completed"
554-
- ".*Bluetooth init OK"
555-
- ".*all \\d{1,} threads have completed"
556-
extra_args:
557-
- CONFIG_CAN=n
558-
- CONFIG_FLASH=n
559-
- CONFIG_I2S=n
560-
- CONFIG_PWM=n
561-
platform_allow:
562540
- nrf54lc10dk/nrf54lc10a/cpuapp
563541
integration_platforms:
564-
- nrf54lc10dk/nrf54lc10a/cpuapp
565-
566-
sample.benchmarks.peripheral_stress_test.nrf54lc10.mcuboot:
567-
filter: not CONFIG_COVERAGE
568-
harness_config:
569-
type: multi_line
570-
ordered: false
571-
regex:
572-
- ".*ADC thread has completed"
573-
- ".*Counter thread has completed"
574-
- ".*GPIO thread has completed"
575-
- ".*TEMP thread has completed"
576-
- ".*Timer thread has completed"
577-
- ".*WDT thread has completed"
578-
- ".*CPU load thread has completed"
579-
- ".*Bluetooth init OK"
580-
- ".*all \\d{1,} threads have completed"
581-
extra_args:
582-
- CONFIG_CAN=n
583-
- CONFIG_FLASH=n
584-
- CONFIG_I2S=n
585-
- CONFIG_PWM=n
586-
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
587-
# Disabled FPROTECT does not affect benchmarks
588-
- mcuboot_CONFIG_FPROTECT=n
589-
platform_allow:
590-
- nrf54lc10dk/nrf54lc10a/cpuapp
591-
integration_platforms:
592-
- nrf54lc10dk/nrf54lc10a/cpuapp
593-
594-
sample.benchmarks.peripheral_stress_test.nrf54lc10.mcuboot.lto:
595-
filter: not CONFIG_COVERAGE
596-
harness_config:
597-
type: multi_line
598-
ordered: false
599-
regex:
600-
- ".*ADC thread has completed"
601-
- ".*Counter thread has completed"
602-
- ".*GPIO thread has completed"
603-
- ".*TEMP thread has completed"
604-
- ".*Timer thread has completed"
605-
- ".*WDT thread has completed"
606-
- ".*CPU load thread has completed"
607-
- ".*Bluetooth init OK"
608-
- ".*all \\d{1,} threads have completed"
609-
extra_args:
610-
- CONFIG_CAN=n
611-
- CONFIG_FLASH=n
612-
- CONFIG_I2S=n
613-
- CONFIG_PWM=n
614-
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
615-
# Disabled FPROTECT does not affect benchmarks
616-
- mcuboot_CONFIG_FPROTECT=n
617-
- CONFIG_LTO=y
618-
- CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
619-
platform_allow:
620-
- nrf54lc10dk/nrf54lc10a/cpuapp
621-
integration_platforms:
622-
- nrf54lc10dk/nrf54lc10a/cpuapp
542+
- nrf54lv10dk/nrf54lv10a/cpuapp

0 commit comments

Comments
 (0)