Skip to content

Adding multi tenancy tests

Ashay Bansod requested to merge addingMultiTenancyTests into master

Adding multi-tenancy test cases to schema service integration tests. These are not to run in gitlab using tag feature as only single tenant infra is available. When ever any consumer would have infra to execute this, it will have to run specific tag 'NotToRunInGitlab' along with 'SchemaService' tag. Removed pre and post integration file (runner, step-def along with pom changes) as they are not configured for schema service anyways. Setup part of schema service is being already handled using background feature of BDD. So, no impact of current integration setup.

Merge request reports