1sample: 2 description: Calculation of Pi independently in 3 a number of threads 4 name: SMP Pi 5common: 6 tags: introduction 7 integration_platforms: 8 - qemu_x86_64 9 harness: console 10 harness_config: 11 type: multi_line 12 ordered: true 13 regex: 14 - "Calculate first [0-9]+ digits of Pi independently by [0-9]+ threads.(.*)" 15 - "Pi value calculated by thread #[0-9]+: [0-9]+(.*)" 16 - "All [0-9]+ threads executed by [0-9]+ cores in [0-9]+ msec(.*)" 17tests: 18 sample.smp.pi: 19 tags: introduction 20 filter: (CONFIG_MP_MAX_NUM_CPUS > 1) 21