diff options
author | krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-07-31 13:40:24 +0200 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-08-02 15:52:18 -0400 |
commit | 364ca5e1e9149c314498f11afdf5889941f1ad9c (patch) | |
tree | 05771735e7871c5424d4f247b9252dcc9658ba1a /resources/config/eteshare | |
parent | 1f1bf37dfa75cb7726a02b90d0885458d3a1d7a1 (diff) |
ROBOT test cases improvements for PnP PNF in El Alto release
Issue-ID: INT-1179
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I6976867800e12b0dc3a145340db87e7bbfb4841f
Diffstat (limited to 'resources/config/eteshare')
-rw-r--r-- | resources/config/eteshare/config/robot_properties.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/config/eteshare/config/robot_properties.py b/resources/config/eteshare/config/robot_properties.py index ae5c12d..6b6c4c7 100644 --- a/resources/config/eteshare/config/robot_properties.py +++ b/resources/config/eteshare/config/robot_properties.py @@ -299,3 +299,6 @@ GLOBAL_DNS_TRAFFIC_DURATION = "600" # location where heat templates and data are loaded from GLOBAL_HEAT_TEMPLATES_FOLDER = "/var/opt/ONAP/demo/heat" GLOBAL_PRELOAD_DATA_FOLDER = "/var/opt/ONAP/demo/preload-data" +# location where TOSCA artifacts are loaded from +GLOBAL_TOSCA_ONBOARDING_PACKAGES_FOLDER = "/var/opt/ONAP/demo/tosca" + |