Skip to content

Commit

Permalink
Merge pull request #41 from domhanak/fix-behave-tests-1.33
Browse files Browse the repository at this point in the history
[9.100.x-prod] Fix behave tests expectin incorrect value in test
  • Loading branch information
domhanak authored May 14, 2024
2 parents 0a2d98a + 2cdd7cf commit 30a9378
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.display-name with value Kogito Data Index Service - ephemeral PostgreSQL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.display-name with value Kogito Data Index Service - PostgreSQL
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.display-name with value Kogito Jobs Service All-in-One
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.display-name with value Kogito in memory Jobs Service
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
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.display-name with value Kogito Jobs Service based on Postgresql
Expand Down

0 comments on commit 30a9378

Please sign in to comment.