diff options
author | Taka Cho <takamune.cho@att.com> | 2021-03-05 10:29:16 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-03-05 10:29:50 -0500 |
commit | 4c279715dadc07b3f4a6c31fee71b5b779fe9e67 (patch) | |
tree | 8cfb65f7994e0795d88eaf8ba02a01c2ee27aea2 /csit | |
parent | 46b27abff9440aed123a2e5bfaaf70d153a27f63 (diff) |
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 <takamune.cho@att.com>
Diffstat (limited to 'csit')
-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 |