This is an automated email from the ASF dual-hosted git repository.
jstastnycz pushed a commit to branch radtriste-fix-pipelines
in repository
https://gitbox.apache.org/repos/asf/incubator-kie-kogito-images.git
The following commit(s) were added to refs/heads/radtriste-fix-pipelines by
this push:
new da4f889d adjust trusty feature file
da4f889d is described below
commit da4f889d94c7464574c3197e46eef773374fb399
Author: jstastny-cz <[email protected]>
AuthorDate: Tue Nov 21 11:53:58 2023 +0100
adjust trusty feature file
---
tests/features/trusty/kogito-trusty-common.feature | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/tests/features/trusty/kogito-trusty-common.feature
b/tests/features/trusty/kogito-trusty-common.feature
index f755568b..81363001 100644
--- a/tests/features/trusty/kogito-trusty-common.feature
+++ b/tests/features/trusty/kogito-trusty-common.feature
@@ -3,7 +3,8 @@
@quay.io/kiegroup/kogito-trusty-postgresql
Feature: Kogito-trusty common feature.
Scenario: Scenario: Verify if the debug is correctly enabled and test
default http port
- When container is started with env
- | variable | value |
- | SCRIPT_DEBUG | true |
+ When container is started with args
+ | arg | value
|
+ | command | bash -c "sleep 2s; /home/kogito/kogito-app-launch.sh"
|
+ | env_json | {"SCRIPT_DEBUG":"true"} |
Then container log should contain -Dtrusty.explainability.enabled=true
-Djava.library.path=/home/kogito/lib -Dquarkus.http.host=0.0.0.0
-Dquarkus.http.port=8080
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]