From 4c279715dadc07b3f4a6c31fee71b5b779fe9e67 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Fri, 5 Mar 2021 10:29:16 -0500 Subject: modify filename and path for csit : drools_apps after doing a test in jenkins sandbox found some errors have to be fixed. Issue-ID: POLICY-2895 Change-Id: I3764140f3787ae59fa558a0ad3ede997c955bb2a Signed-off-by: Taka Cho --- csit/plans/setup.sh | 2 +- csit/plans/testplan.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/plans/setup.sh b/csit/plans/setup.sh index c6567260f..166b8d77e 100755 --- a/csit/plans/setup.sh +++ b/csit/plans/setup.sh @@ -46,7 +46,7 @@ echo XACML IP IS ${XACML_IP} echo SIMULATORS IP IS ${SIM_IP} # wait for the app to start up -${SCRIPTS}/policy/wait_for_port.sh ${DROOLS_IP} 6969 +${SCRIPTS}/wait_for_port.sh ${DROOLS_IP} 6969 # give enough time for the controllers to come up sleep 15 diff --git a/csit/plans/testplan.txt b/csit/plans/testplan.txt index 3ce3d870e..7acf3cd90 100644 --- a/csit/plans/testplan.txt +++ b/csit/plans/testplan.txt @@ -1,3 +1,3 @@ # Test suites are relative paths under [policy/drools-applications.git]/tests/. # Place the suites in run order. -drools-applications +drools-applications-test.robot -- cgit 1.2.3-korg