metadata: format: Lava-Test Test Definition 1.0 name: wa2-host-postprocessing description: "WAv2 - host result postprocessing" maintainer: - milosz.wasilewski@linaro.org os: - ubuntu scope: - functional devices: - kvm params: JOB_NAME: "workload-automation" DELETE_DB: "false" run: steps: - ./postprocessing.py --job-name $JOB_NAME - "if [ $DELETE_DB != 'false' ]; then rm /root/db_results $JOB_NAME.db; fi" parse: pattern: "^(?P\\S+)\\s+Measurement:(?P\\d+\\.\\d+)\\s+Units:(?P\\S+)\\s+Result:(?P\\S+)"