metadata: name: rt-migrate-test format: "Lava-Test-Shell Test Definition 1.0" description: "RT-MIGRATE-TEST verifies the RT threads scheduler balancing. The number of iterations to run is set to 1000 by default and can be changed via JSON file." maintainer: - arthur.she@linaro.org os: - ubuntu devices: - arndale - beaglebone-black - rtsm_fvp_base-aemv8a - juno scope: - performance - preempt-rt install: deps: - rt-tests params: LOOPS: 1000 run: steps: - 'rt-migrate-test -l ${LOOPS} | tee result.log' - 'lava-test-run-attach result.log' - './ubuntu/scripts/rt-migrate-test-parser.sh result.log' parse: pattern: '^(?P[^:]+):\s*(?P[0-9.]+)\s+(?P\w+)\s+(?Ppass)'