diff options
author | Taka Cho <takamune.cho@att.com> | 2021-03-05 10:24:25 -0500 |
---|---|---|
committer | Taka Cho <takamune.cho@att.com> | 2021-03-05 10:26:08 -0500 |
commit | dd9d31e90873e12623865fb21bf2e4603e3e0f19 (patch) | |
tree | 493dcfb4cb315fffde31169f88d0699c02bac0f6 | |
parent | 42d0b297f7c4488682977ba20887a3d36ad93a3e (diff) |
modify filename and path for csit
after doing a test in jenkins sandbox
found some errors have to be fixed.
Issue-ID: POLICY-2895
Change-Id: I2bd6d79c71070ef7ce9ec179a1838d51b886b2ae
Signed-off-by: Taka Cho <takamune.cho@att.com>
-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 962d84e6..003f21ba 100755 --- a/csit/plans/setup.sh +++ b/csit/plans/setup.sh @@ -38,7 +38,7 @@ echo DROOLS IP IS ${POLICY_DROOLS_IP} echo MARIADB IP IS ${MARIADB_IP} # wait for the app to start up - looking for telemtry service on port 9696 -${SCRIPTS}/policy/wait_for_port.sh ${POLICY_DROOLS_IP} 9696 +${SCRIPTS}/wait_for_port.sh ${POLICY_DROOLS_IP} 9696 # give enough time for the controllers to come up sleep 15 diff --git a/csit/plans/testplan.txt b/csit/plans/testplan.txt index 23a77e8d..76cf0fb0 100644 --- a/csit/plans/testplan.txt +++ b/csit/plans/testplan.txt @@ -1,3 +1,3 @@ # Test suites are relative paths under [policy/drools-pdp.git]/tests/. # Place the suites in run order. -drools-pdp +drools-pdp-test.robot |