diff --git a/tests/features/kogito-s2i-builder-native.feature b/tests/features/kogito-s2i-builder-native.feature index 23ed427e8..273723a0b 100644 --- a/tests/features/kogito-s2i-builder-native.feature +++ b/tests/features/kogito-s2i-builder-native.feature @@ -113,7 +113,7 @@ Feature: kogito-s2i-builder image native build tests | RUNTIME_TYPE | quarkus | | NATIVE | true | | LIMIT_MEMORY | 6442450944 | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | Then file /home/kogito/bin/project-1.0-SNAPSHOT-runner should exist And check that page is served | property | value | diff --git a/tests/features/kogito-s2i-builder.feature b/tests/features/kogito-s2i-builder.feature index 19ca31944..1b9afe744 100644 --- a/tests/features/kogito-s2i-builder.feature +++ b/tests/features/kogito-s2i-builder.feature @@ -46,7 +46,7 @@ Feature: kogito-s2i-builder image tests | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | Then file /home/kogito/bin/quarkus-run.jar should exist And s2i build log should contain Generating quarkus project structure for project... And s2i build log should contain Using Quarkus io.quarkus.platform:quarkus-maven-plugin: @@ -74,7 +74,7 @@ Feature: kogito-s2i-builder image tests | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -95,7 +95,7 @@ Feature: kogito-s2i-builder image tests | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -119,7 +119,7 @@ Feature: kogito-s2i-builder image tests Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot Given s2i build /tmp/kogito-examples from dmn-example using nightly-main and runtime-image quay.io/kiegroup/kogito-runtime-jvm:latest | variable | value | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | | RUNTIME_TYPE | springboot | Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist And s2i build log should contain Generating springboot project structure for project... diff --git a/tests/features/rhpam-kogito-builder-jvm.feature b/tests/features/rhpam-kogito-builder-jvm.feature index e2a610f16..27d679bfd 100644 --- a/tests/features/rhpam-kogito-builder-jvm.feature +++ b/tests/features/rhpam-kogito-builder-jvm.feature @@ -29,7 +29,7 @@ Feature: rhpam-kogito-builder-rhel8 feature. | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | true | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | Then s2i build log should contain Container Image rhpam-7/rhpam-kogito-builder-rhel8 does not supports native builds, please refer to the documentation. Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly @@ -37,7 +37,7 @@ Feature: rhpam-kogito-builder-rhel8 feature. | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | Then file /home/kogito/bin/quarkus-run.jar should exist And s2i build log should contain Generating quarkus project structure for project... And s2i build log should contain Using Quarkus com.redhat.quarkus.platform:quarkus-maven-plugin @@ -64,7 +64,7 @@ Feature: rhpam-kogito-builder-rhel8 feature. | variable | value | | RUNTIME_TYPE | quarkus | | NATIVE | false | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | | PROJECT_GROUP_ID | com.mycompany | | PROJECT_ARTIFACT_ID | myproject | | PROJECT_VERSION | 2.0-SNAPSHOT | @@ -85,7 +85,7 @@ Feature: rhpam-kogito-builder-rhel8 feature. Scenario: Verify that the Kogito Maven archetype is generating the project and compiling it correctly when runtime is springboot Given s2i build /tmp/kogito-examples from dmn-example using nightly-main and runtime-image rhpam-7/rhpam-kogito-runtime-jvm-rhel8:latest | variable | value | - | KOGITO_VERSION | 2.0.0-SNAPSHOT | + | KOGITO_VERSION | 2.0.0-SNAPSHOT | | RUNTIME_TYPE | springboot | Then file /home/kogito/bin/project-1.0-SNAPSHOT.jar should exist And s2i build log should contain Generating springboot project structure for project...