diff options
-rwxr-xr-x | csit/plans/setup.sh | 2 | ||||
-rw-r--r-- | 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 |