From 2cdd7cf18c4e905b3779d46d5c81eb461c8bef4f Mon Sep 17 00:00:00 2001 From: Dominik Hanak Date: Tue, 14 May 2024 12:43:46 +0200 Subject: [PATCH] SRVLOGIC-232: Fix image behave tests maintainer test --- tests/features/data-index/kogito-data-index-ephemeral.feature | 2 +- tests/features/data-index/kogito-data-index-postgresql.feature | 2 +- .../jobs-service/kogito-jobs-service-all-in-one.feature | 2 +- .../features/jobs-service/kogito-jobs-service-ephemeral.feature | 2 +- .../jobs-service/kogito-jobs-service-postgresql.feature | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/features/data-index/kogito-data-index-ephemeral.feature b/tests/features/data-index/kogito-data-index-ephemeral.feature index f50066570..bc48e6202 100644 --- a/tests/features/data-index/kogito-data-index-ephemeral.feature +++ b/tests/features/data-index/kogito-data-index-ephemeral.feature @@ -3,7 +3,7 @@ Feature: Kogito-data-index ephemeral postgresql feature. Scenario: verify if all labels are correctly set on kogito-data-index-ephemeral image Given image is built - Then the image should contain label maintainer with value Apache KIE + 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 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 diff --git a/tests/features/data-index/kogito-data-index-postgresql.feature b/tests/features/data-index/kogito-data-index-postgresql.feature index 2d3a1da77..8ebeefe3b 100644 --- a/tests/features/data-index/kogito-data-index-postgresql.feature +++ b/tests/features/data-index/kogito-data-index-postgresql.feature @@ -3,7 +3,7 @@ Feature: Kogito-data-index postgresql feature. Scenario: verify if all labels are correctly set on kogito-data-index-postgresql image Given image is built - Then the image should contain label maintainer with value Apache KIE + 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 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 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 395415190..a762b5eee 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 @@ -3,7 +3,7 @@ Feature: Kogito-jobs-service-all-in-one feature. Scenario: verify if all labels are correctly set kogito-jobs-service image image Given image is built - Then the image should contain label maintainer with value Apache KIE + 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 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 diff --git a/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature b/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature index a6658a4b9..0b547f6cc 100644 --- a/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature +++ b/tests/features/jobs-service/kogito-jobs-service-ephemeral.feature @@ -3,7 +3,7 @@ Feature: Kogito-jobs-service-ephemeral feature. Scenario: verify if all labels are correctly set kogito-jobs-service image image Given image is built - Then the image should contain label maintainer with value Apache KIE + 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 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 diff --git a/tests/features/jobs-service/kogito-jobs-service-postgresql.feature b/tests/features/jobs-service/kogito-jobs-service-postgresql.feature index 2b89a2807..5f6443542 100644 --- a/tests/features/jobs-service/kogito-jobs-service-postgresql.feature +++ b/tests/features/jobs-service/kogito-jobs-service-postgresql.feature @@ -3,7 +3,7 @@ Feature: Kogito-jobs-service-postgresql feature. Scenario: verify if all labels are correctly set kogito-jobs-service image image Given image is built - Then the image should contain label maintainer with value Apache KIE + 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 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