diff options
author | xudan <xudan16@huawei.com> | 2018-11-24 01:44:02 -0500 |
---|---|---|
committer | xudan <xudan16@huawei.com> | 2019-01-03 22:15:40 -0500 |
commit | b7ee5abe9b73cbc0928bf9ac080a6aecf05bcb7e (patch) | |
tree | 6825cc66028c7c085364a5cedd727cddc93b5b49 /etc/userconfig/env_config.sh.onap.sample | |
parent | 78b0062ce9dc4d23b967112a0896f12cc6526e1c (diff) |
Add ONAP VNF SDK verification tests
Please refer to env_config.sh.onap.sample when testing it.
The guide of preparing local env for onap package validation can be found here
https://gerrit.onap.org/r/#/c/75119
Change-Id: I39d6b11544847756126623a7eb3b953dc800c470
Signed-off-by: xudan <xudan16@huawei.com>
Diffstat (limited to 'etc/userconfig/env_config.sh.onap.sample')
-rw-r--r-- | etc/userconfig/env_config.sh.onap.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/userconfig/env_config.sh.onap.sample b/etc/userconfig/env_config.sh.onap.sample new file mode 100644 index 00000000..d983b469 --- /dev/null +++ b/etc/userconfig/env_config.sh.onap.sample @@ -0,0 +1,4 @@ +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" |