From ffe5abf688b12c715bdfdc920f327d822cc862d1 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 20 Jun 2019 16:58:49 -0400 Subject: move appc assets out of templates Issue-ID: TEST-158 Change-Id: I688d02eaec893cafc58c7eae24cf653f7f085c02 Signed-off-by: DR695H --- runEteTag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runEteTag.sh') diff --git a/runEteTag.sh b/runEteTag.sh index 7cbe03fc..7d4b0ec8 100755 --- a/runEteTag.sh +++ b/runEteTag.sh @@ -72,7 +72,7 @@ OUTPUT_FOLDER=/share/logs/${SOAKSUBFOLDER}runEteTag_$TEST_NUMBER mkdir -p $OUTPUT_FOLDER INSTALL_DIR="/var/opt/ONAP" -ROBOT_LIBS=./robot/library:./robot/library/eteutils:./robot/library/heatbridge +ROBOT_LIBS=./robot/library:./robot/library/ONAPLibrary:./robot/library/heatbridge VARIABLEFILES="-V /share/config/vm_properties.py -V /share/config/integration_robot_properties.py -V /share/config/integration_preload_parameters.py" VARIABLES="-v GLOBAL_BUILD_NUMBER:$TEST_NUMBER" LISTENERS= -- cgit 1.2.3-korg