1sample: 2 description: On-Demand paging of firmware larger than available memory 3 name: demand-paging 4common: 5 tags: 6 - kernel 7 - mmu 8 - demand_paging 9 integration_platforms: 10 - qemu_cortex_a53 11 harness: console 12 harness_config: 13 type: multi_line 14 ordered: true 15 regex: 16 - "Calling huge body of code that doesn't fit in memory" 17 - "free memory pages: from (.*) to 0, (.*) page faults" 18 - "Calling it a second time" 19 - "free memory pages: from 0 to 0, (.*) page faults" 20 - "Done." 21tests: 22 sample.demand_paging.ondemand_section: 23 platform_allow: 24 - qemu_cortex_a53 25 - qemu_cortex_a53/qemu_cortex_a53/smp 26