Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[9.100.x-prod] [SRVLOGIC-232]: Fix no2 behave tests for newly prod images #42

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion tests/features/kogito-swf-common.feature
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Feature: Serverless Workflow images common

Scenario: Verify if the swf and quarkus files are under /home/kogito/.m2/repository
When container is started with command bash
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.4/quarkus-bom-3.8.4.pom should exist
Then file /home/kogito/.m2/repository/io/quarkus/platform/quarkus-bom/3.8.4.Final/quarkus-bom-3.8.4.Final.pom should exist
And file /home/kogito/.m2/repository/org/apache/kie/sonataflow/sonataflow-quarkus/ should exist and be a directory

# This check should be enabled again once a similar check is done on runtimes
Expand Down
Loading