From 9bb85082e261f5df9dbd0a6bbeb6e315d8f67cdc Mon Sep 17 00:00:00 2001 From: Stamatis Katsaounis Date: Wed, 27 Mar 2019 09:38:14 +0200 Subject: Fix VVP test case This patch adds check for no environment variables provided to container configuration. Furthermore, it changes the check results file to a list of check result files. Change-Id: I2112ee1fd4b3156608d8a27dd3b9c90dbe35a24c Signed-off-by: Stamatis Katsaounis Co-Authored-By: Panagiotis Karalis --- etc/testcase/onap-vvp.validate.heat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'etc/testcase/onap-vvp.validate.heat.yml') diff --git a/etc/testcase/onap-vvp.validate.heat.yml b/etc/testcase/onap-vvp.validate.heat.yml index a4ca9ab6..2cdab7cc 100644 --- a/etc/testcase/onap-vvp.validate.heat.yml +++ b/etc/testcase/onap-vvp.validate.heat.yml @@ -12,5 +12,6 @@ onap-vvp.validate.heat: dest_archive_files: - onap-vvp_logs/failures - onap-vvp_logs/report.json - check_results_file: onap-vvp_logs/report.json + check_results_files: + - onap-vvp_logs/report.json sub_testcase_list: -- cgit 1.2.3-korg