From 73b7c7b7f9d78787039dcda96bc3af3155064e13 Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Fri, 1 Feb 2019 16:09:57 +0200 Subject: Provide a list of check results files instead of one This patchs gives the ability to provide more than one check results file. Furthermore, it does not alter the behavior of the existing tests but prepares dovetail to be able to fetch information from many sources. Change-Id: I23cd23d2908ad6bdddd94b977813d0e81dc0c05a Signed-off-by: Stamatis Katsaounis --- etc/testcase/yardstick.ha.cpu_load.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/testcase/yardstick.ha.cpu_load.yml') diff --git a/etc/testcase/yardstick.ha.cpu_load.yml b/etc/testcase/yardstick.ha.cpu_load.yml index f991df89..897a843e 100644 --- a/etc/testcase/yardstick.ha.cpu_load.yml +++ b/etc/testcase/yardstick.ha.cpu_load.yml @@ -17,5 +17,6 @@ yardstick.ha.cpu_load: dest_archive_files: - ha_logs/yardstick.ha.cpu_load.log - ha_logs/yardstick.ha.cpu_load.out - check_results_file: ha_logs/yardstick.ha.cpu_load.out + check_results_files: + - ha_logs/yardstick.ha.cpu_load.out sub_testcase_list: -- cgit 1.2.3-korg