This repository was archived by the owner on Jun 26, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ Feature: Bind an application to a service
332
332
And Service Binding "binding-request-empty-app" is not persistent in the cluster
333
333
334
334
@negative
335
- Scenario : Service Binding with name and label selector
335
+ Scenario : Cannot create Service Binding with name and label selector
336
336
Given CustomResourceDefinition backends.stable.example.com is available
337
337
* The Custom Resource is present
338
338
"""
@@ -369,11 +369,9 @@ Feature: Bind an application to a service
369
369
kind: Backend
370
370
name: backend-demo-empty-app
371
371
"""
372
- Then Error message is thrown
373
- And Service Binding "binding-request-with-name-label-selector" is not persistent in the cluster
374
372
375
373
@negative
376
- Scenario : Service Binding with name and label selector in the spec API
374
+ Scenario : Cannot create Service Binding with name and label selector in the spec API
377
375
Given CustomResourceDefinition backends.stable.example.com is available
378
376
* The Custom Resource is present
379
377
"""
@@ -407,8 +405,6 @@ Feature: Bind an application to a service
407
405
kind: Backend
408
406
name: backend-demo-empty-app
409
407
"""
410
- Then Error message is thrown
411
- And Service Binding "binding-request-with-name-label-selector-spec" is not persistent in the cluster
412
408
413
409
@olm
414
410
Scenario : Bind service to application using binding definition available in x-descriptors
You can’t perform that action at this time.
0 commit comments