diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-03-27 09:38:14 +0200 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2019-03-28 23:16:43 -0400 |
commit | 9bb85082e261f5df9dbd0a6bbeb6e315d8f67cdc (patch) | |
tree | 319a6d9d6a702dc5bc7ee268d8ea5fa6931f5051 /docs | |
parent | f27b1382a87c432487816cfad6e5c341250d16b2 (diff) |
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 <mokats@intracom-telecom.com>
Co-Authored-By: Panagiotis Karalis <pkaralis@intracom-telecom.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/user/userguide/vnf_test_guide.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/testing/user/userguide/vnf_test_guide.rst b/docs/testing/user/userguide/vnf_test_guide.rst index 63ed04bf..f37858cd 100644 --- a/docs/testing/user/userguide/vnf_test_guide.rst +++ b/docs/testing/user/userguide/vnf_test_guide.rst @@ -89,6 +89,7 @@ test results are going to be saved: $ mkdir -p ${DOVETAIL_HOME}/pre_config $ mkdir -p ${DOVETAIL_HOME}/results + $ chmod 777 ${DOVETAIL_HOME}/results There should be a file `env_config.sh` inside this directory to provide some info. |