diff --git a/tests/features/data-index/kogito-data-index-ephemeral.feature b/tests/features/data-index/kogito-data-index-ephemeral.feature index ead8e424d..b124cd6bc 100644 --- a/tests/features/data-index/kogito-data-index-ephemeral.feature +++ b/tests/features/data-index/kogito-data-index-ephemeral.feature @@ -6,7 +6,7 @@ Feature: Kogito-data-index ephemeral postgresql feature. Then the image should contain label maintainer with value serverless-logic And the image should contain label io.openshift.expose-services with value 8080:http And the image should contain label io.k8s.description with value Red Hat build of Runtime image for Kogito Data Index Service for ephemeral PostgreSQL persistence provider - And the image should contain label io.k8s.display-name with value Kogito Data Index Service - ephemeral PostgreSQL + And the image should contain label io.k8s.display-name with value Red Hat build of Kogito Data Index Service - ephemeral PostgreSQL And the image should contain label io.openshift.tags with value kogito,data-index,data-index-ephemeral Scenario: verify if of kogito-data-index-ephemeral container is correctly started diff --git a/tests/features/data-index/kogito-data-index-postgresql.feature b/tests/features/data-index/kogito-data-index-postgresql.feature index b62ca37a3..39f25aa8a 100644 --- a/tests/features/data-index/kogito-data-index-postgresql.feature +++ b/tests/features/data-index/kogito-data-index-postgresql.feature @@ -6,7 +6,7 @@ Feature: Kogito-data-index postgresql feature. Then the image should contain label maintainer with value serverless-logic And the image should contain label io.openshift.expose-services with value 8080:http And the image should contain label io.k8s.description with value Red Hat build of Runtime image for Kogito Data Index Service for PostgreSQL persistence provider - And the image should contain label io.k8s.display-name with value Kogito Data Index Service - PostgreSQL + And the image should contain label io.k8s.display-name with value Red Hat build of Kogito Data Index Service - PostgreSQL And the image should contain label io.openshift.tags with value kogito,data-index,data-index-postgresql Scenario: check if the default quarkus profile is correctly set on data index diff --git a/tests/features/jobs-service/kogito-jobs-service-all-in-one.feature b/tests/features/jobs-service/kogito-jobs-service-all-in-one.feature index b71ed97c0..6553c94c5 100644 --- a/tests/features/jobs-service/kogito-jobs-service-all-in-one.feature +++ b/tests/features/jobs-service/kogito-jobs-service-all-in-one.feature @@ -6,7 +6,7 @@ Feature: Kogito-jobs-service-all-in-one feature. Then the image should contain label maintainer with value serverless-logic And the image should contain label io.openshift.expose-services with value 8080:http And the image should contain label io.k8s.description with value Red Hat build of Runtime image for Kogito Jobs Service with all available jdbc providers - And the image should contain label io.k8s.display-name with value Kogito Jobs Service All-in-One + And the image should contain label io.k8s.display-name with value Red Hat build of Kogito Jobs Service All-in-One And the image should contain label io.openshift.tags with value kogito,jobs-service,postgresql,ephemeral Scenario: Verify if all jobs-service flavors are in the image diff --git a/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature b/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature index f593f3e87..21e243ef9 100644 --- a/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature +++ b/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature @@ -6,7 +6,7 @@ Feature: Kogito-jobs-service-ephemeral feature. Then the image should contain label maintainer with value serverless-logic And the image should contain label io.openshift.expose-services with value 8080:http And the image should contain label io.k8s.description with value Red Hat build of Runtime image for Kogito in memory Jobs Service - And the image should contain label io.k8s.display-name with value Kogito in memory Jobs Service + And the image should contain label io.k8s.display-name with value Red Hat build of Kogito in memory Jobs Service And the image should contain label io.openshift.tags with value kogito,jobs-service-ephemeral Scenario: Verify if the application jar exists diff --git a/tests/features/jobs-service/kogito-jobs-service-postgresql.feature b/tests/features/jobs-service/kogito-jobs-service-postgresql.feature index 3105bb0f6..52d64a95f 100644 --- a/tests/features/jobs-service/kogito-jobs-service-postgresql.feature +++ b/tests/features/jobs-service/kogito-jobs-service-postgresql.feature @@ -6,7 +6,7 @@ Feature: Kogito-jobs-service-postgresql feature. Then the image should contain label maintainer with value serverless-logic And the image should contain label io.openshift.expose-services with value 8080:http And the image should contain label io.k8s.description with value Red Hat build of Runtime image for Kogito Jobs Service based on Postgresql - And the image should contain label io.k8s.display-name with value Kogito Jobs Service based on Postgresql + And the image should contain label io.k8s.display-name with value Red Hat build of Kogito Jobs Service based on Postgresql And the image should contain label io.openshift.tags with value kogito,jobs-service-postgresql Scenario: Verify if the application jar exists