############################################################################## # Copyright (c) 2017 ZTE Corporation and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## dhrystone: - filename: dhrystone grep: - '^(?P\d+)\sCPUs in system; running 1 parallel copy of tests$' - '.+\srunning (?P\d+) parallel copy of tests$' - '.+\srunning (?P\d+) parallel copies of tests$' - '^System Benchmarks Index Score \(Partial Only\)\s+(?P\d+\.\d)$' whetstone: - filename: whetstone grep: - '^(?P\d+)\sCPUs in system; running 1 parallel copy of tests$' - '.+\srunning (?P\d+) parallel copy of tests$' - '.+\srunning (?P\d+) parallel copies of tests$' - '^System Benchmarks Index Score \(Partial Only\)\s+(?P\d+\.\d)$' dpi: - filename: dpi_dump.txt grep: - |- ^\s+nDPI throughput:.+?(?P\d+.\d+)\s.+\spps.+ ?(?P\d+.\d+)\s.+\/sec ramspeed: - filename: Intmem grep: - '^INTEGER\s+BatchRun\s+Copy:\s+?(?P\d+\.\d+)\sMB/s$' - '^INTEGER\s+BatchRun\s+Scale:\s+?(?P\d+\.\d+)\sMB/s$' - '^INTEGER\s+BatchRun\s+Add:\s+?(?P\d+\.\d+)\sMB/s$' - '^INTEGER\s+BatchRun\s+Triad:\s+?(?P\d+\.\d+)\sMB/s$' - '^INTEGER\s+BatchRun\s+AVERAGE:\s+?(?P\d+\.\d+)\sMB/s$' - filename: Floatmem grep: - '^FL-POINT\s+BatchRun\s+Copy:\s+?(?P\d+\.\d+)\sMB/s$' - '^FL-POINT\s+BatchRun\s+Scale:\s+?(?P\d+\.\d+)\sMB/s$' - '^FL-POINT\s+BatchRun\s+Add:\s+?(?P\d+\.\d+)\sMB/s$' - '^FL-POINT\s+BatchRun\s+Triad:\s+?(?P\d+\.\d+)\sMB/s$' - '^FL-POINT\s+BatchRun\s+AVERAGE:\s+?(?P\d+\.\d+)\sMB/s$' ssl: - filename: RSA_dump grep: - |- ^rsa\s+512\sbits\s.+ ?(?P\d+\.\d)\s+ ?(?P\d+\.\d)$ - |- ^rsa\s+1024\sbits\s.+ ?(?P\d+\.\d)\s+ ?(?P\d+\.\d)$ - |- ^rsa\s+2048\sbits\s.+ ?(?P\d+\.\d)\s+ ?(?P\d+\.\d)$ - |- ^rsa\s+4096\sbits\s.+ ?(?P\d+\.\d)\s+ ?(?P\d+\.\d)$ - filename: AES-128-CBC_dump grep: - |- ^aes-128-cbc\s+ ?(?P\d+\.\w+)\s+ ?(?P\d+\.\w+)\s+ ?(?P\d+\.\w+)\s+ ?(?P\d+\.\w+)\s+ ?(?P\d+\.\w+)$ sysinfo: - filename: top.log grep: - 'Cpu\(s\):.+?(?P\d+\.\d)\sid' - filename: inxi.log grep: - '.+\s+Host:\s+(?P.+)\sKernel' - '.+\sMemory:\s+(?P.+MB)\s' - '^CPU\(s\):\s+(?P.+)' - '.+\sDistro:\s+(?P.+)' - '.+\sKernel:\s+(?P.+)\sConsole' - '.+\s+HDD Total Size:\s+(?P.+)\s' - '.+\sproduct:\s+(?P.+)\sv'