forked from apache/incubator-kie-kogito-images
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from domhanak/fix-images-tests-1.33-no2
[9.100.x-prod] [SRVLOGIC-232]: Fix no2 behave tests for newly prod images
- Loading branch information
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Kogito-data-index ephemeral postgresql feature. | |
Given image is built | ||
Then the image should contain label maintainer with value serverless-logic <[email protected]> | ||
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.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.openshift.tags with value kogito,data-index,data-index-ephemeral | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Kogito-data-index postgresql feature. | |
Given image is built | ||
Then the image should contain label maintainer with value serverless-logic <[email protected]> | ||
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.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.openshift.tags with value kogito,data-index,data-index-postgresql | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Kogito-jobs-service-all-in-one feature. | |
Given image is built | ||
Then the image should contain label maintainer with value serverless-logic <[email protected]> | ||
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.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.openshift.tags with value kogito,jobs-service,postgresql,ephemeral | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Kogito-jobs-service-ephemeral feature. | |
Given image is built | ||
Then the image should contain label maintainer with value serverless-logic <[email protected]> | ||
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.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.openshift.tags with value kogito,jobs-service-ephemeral | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Feature: Kogito-jobs-service-postgresql feature. | |
Given image is built | ||
Then the image should contain label maintainer with value serverless-logic <[email protected]> | ||
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.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.openshift.tags with value kogito,jobs-service-postgresql | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters