diff options
author | adheli.tavares <adheli.tavares@est.tech> | 2024-08-01 14:18:34 +0100 |
---|---|---|
committer | adheli.tavares <adheli.tavares@est.tech> | 2024-08-02 12:50:19 +0100 |
commit | f11e6d9815fd739f2241464612fd0b48736f06af (patch) | |
tree | ce890e828cc01b559a698ef47ea786391f32c60c /csit/run-project-csit.sh | |
parent | 1836bd57d497827977f175fa88cb7ed49b485e30 (diff) |
Drools-apps CSIT tests (almost) fix.
- controller usecases is now starting normally.
- drools policy is deploying.
- two policy executions are still failing.
Issue-ID: POLICY-4955
Change-Id: I08cee61463c1e8e52f0f874bbb15acca8ed7d6b2
Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/run-project-csit.sh')
-rwxr-xr-x | csit/run-project-csit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/run-project-csit.sh b/csit/run-project-csit.sh index 36bad1ff..8d467ade 100755 --- a/csit/run-project-csit.sh +++ b/csit/run-project-csit.sh @@ -294,7 +294,7 @@ unset http_proxy https_proxy export ROBOT_FILES -# use a separate script to build a CSIT docker image, to containerize the test run +# use a separate script to build a CSIT docker image, to isolate the test run if [ "${2}" == "--skip-build-csit" ]; then echo "Skipping build csit robot image" else |