Skip to content
This repository was archived by the owner on Jun 26, 2024. It is now read-only.
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
2 changes: 1 addition & 1 deletion test/acceptance/features/bindAppToService.feature
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Feature: Bind an application to a service
"""
Then Error message "name and selector MUST NOT be defined in the application reference" is thrown

@olm
@olm @olm-descriptors
Scenario: Bind service to application using binding definition available in x-descriptors
Given OLM Operator "backend-new-spec" is running
* Generic test application is running
Expand Down
4 changes: 2 additions & 2 deletions test/acceptance/features/bindAppToServiceUsingSecret.feature
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ Feature: Bind values from a secret referred in backing service resource
And The application env var "BACKEND_USERNAME" has value "AzureDiamond"
And The application env var "BACKEND_PASSWORD" has value "hunter2"

@olm
@olm @olm-descriptors
Scenario: Inject into app a key from a secret referred within service resource Binding definition is declared via OLM descriptor.

Given Generic test application is running
Expand Down Expand Up @@ -358,7 +358,7 @@ Feature: Bind values from a secret referred in backing service resource
And The application env var "BACKEND_USERNAME" has value "AzureDiamond"
And The application env var "BACKEND_HOST" has value "example.com"

@olm
@olm @olm-descriptors
Scenario: Inject into app all keys from a secret referred within service resource Binding definition is declared via OLM descriptor.

Given Generic test application is running
Expand Down