diff options
author | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-01-24 15:46:09 +0200 |
---|---|---|
committer | Stamatis Katsaounis <mokats@intracom-telecom.com> | 2019-02-01 07:38:35 +0000 |
commit | 6b9e62527829867f52a8d18efb09d85b76b35436 (patch) | |
tree | 992ead76dc790a4812990ab4f77a5728293cfa3f /etc/userconfig | |
parent | b7ee5abe9b73cbc0928bf9ac080a6aecf05bcb7e (diff) |
Add ONAP VVP Heat Template validation tests
Change-Id: I9a3d56932ce41191901381831013768d1c57a749
Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/env_config.sh.onap.sample | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample index d983b469..5f7a2e61 100644 --- a/etc/userconfig/env_config.sh.onap.sample +++ b/etc/userconfig/env_config.sh.onap.sample @@ -1,4 +1,12 @@ +## Special environment parameters for TOSCA validation tests. + +# The url under which the VNF SDK container is accessible through the host. export HOST_URL="http://<docker host ip>:8702" # Absolute path of CSAR file, and should be copied to vtp container. export CSAR_FILE="/opt/test.csar" + +## Special environment parameters for Heat validation tests. + +# The VNF directory should be put at $DOVETAIL_HOME/pre_config. +export VNF_DIRECTORY="/path/to/pre_config/vnf_dir" |