re base code
[sdc.git] / catalog-be / src / test / java / org / openecomp / sdc / cucumber / runners / RunTenantIsolationTest.java
1 package org.openecomp.sdc.cucumber.runners;
2
3 import cucumber.api.CucumberOptions;
4 import cucumber.api.junit.Cucumber;
5 import org.junit.runner.RunWith;
6 import org.openecomp.sdc.be.components.BeConfDependentTest;
7
8 @RunWith(Cucumber.class)
9 @CucumberOptions(features = "classpath:cucumber/tenantIsolation.feature", glue = "org.openecomp.sdc.be.components.distribution.engine")
10 public class RunTenantIsolationTest  extends BeConfDependentTest {
11 }