Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
- pushd $BENCHMARK_DIR
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh raw-syscall-getpid sys_getpid"
- - lava-test-case-attach run-benchmarks "./results.csv"
- popd
- python3 ./ci/scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
- mv ./processed_results.csv ./processed_results_raw_syscall_getpid.csv
- pushd $BENCHMARK_DIR
- lava-test-case build-benchmarks --shell "make"
- lava-test-case run-benchmarks --shell "./run.sh success-dup-close sys_close,sys_dup"
- - lava-test-case-attach run-benchmarks "./results.csv"
- popd
- python3 ./ci/scripts/system-tests/parse-results.py $BENCHMARK_DIR/results.csv
- mv ./processed_results.csv ./processed_results_dup_close.csv
'processed_results_lttng_test_filter.csv']
for testcase in testcases:
url = urljoin(OBJSTORE_URL, "{:s}/{:s}".format(build_id, testcase))
+ print('Fetching {}'.format(url))
urlretrieve(url, testcase)
def print_test_output(server, job):