зеркало из https://github.com/SteeltoeOSS/Samples.git
Rename cloudfoundry tag
This commit is contained in:
Родитель
61920529f9
Коммит
0a0e85fdd7
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
Feature: CloudFoundry Configuration
|
||||
In order to show you how to use Steeltoe for CloudFoundry configurations
|
||||
You can run some CloudFoundry configuration samples
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@configserver
|
||||
Feature: Simple CloudFoundry Configuration
|
||||
In order to show you how to use Steeltoe for simple CloudFoundry configurations
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@mysql
|
||||
Feature: MySql Connector
|
||||
In order to show you how to use Steeltoe for connecting to MySql
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@mysql
|
||||
Feature: MySqlEF6 Connector
|
||||
In order to show you how to use Steeltoe for connecting to MySql using EntityFramework 6
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@mysql
|
||||
Feature: MySqlEFCore Connector
|
||||
In order to show you how to use Steeltoe for connecting to MySql using EntityFramework Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@postgresql
|
||||
Feature: PostgreEFCore Connector
|
||||
In order to show you how to use Steeltoe for connecting to PostgreSql using EntityFramework Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@postgresql
|
||||
Feature: PostgreSql Connector
|
||||
In order to show you how to use Steeltoe for connecting to PostgreSql
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@rabbitmq
|
||||
Feature: RabbitMQ Connector
|
||||
In order to show you how to use Steeltoe for connecting to RabbitMQ
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@redis
|
||||
Feature: Redis Connector
|
||||
In order to show you how to use Steeltoe for connecting to Redis
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
@mysql
|
||||
Feature: Cloud Foundry Samples
|
||||
In order to show you how to use Steeltoe Management Endpoint
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@cloud
|
||||
@cloudfoundry
|
||||
Feature: CloudFoundry Single SignOn
|
||||
In order to show you how to use Steeltoe with CloudFoundry Single SignOn
|
||||
You can run some CloudFoundry Single SignOn samples
|
||||
|
|
|
@ -49,7 +49,7 @@ def before_scenario(context, scenario):
|
|||
context.cleanups = []
|
||||
setup_env(context, scenario)
|
||||
tags = scenario.tags + scenario.feature.tags
|
||||
if 'cloud' in tags:
|
||||
if 'cloudfoundry' in tags:
|
||||
setup_cloud(context, scenario)
|
||||
|
||||
def setup_env(context, scenario):
|
||||
|
|
Загрузка…
Ссылка в новой задаче