Added contexts for tests
This commit is contained in:
parent
1e9c3d7889
commit
cf5b707266
|
@ -39,9 +39,11 @@ public class ContextTest {
|
|||
|
||||
private static final String ROOT_PRE;
|
||||
private static final String VO_PREPROD;
|
||||
protected static final String VRE_GRSF_PRE;
|
||||
protected static final String PREPROD_VRE_GRSF_PRE;
|
||||
|
||||
private static final String ROOT_PROD;
|
||||
protected static final String FARM_VO;
|
||||
protected static final String PROD_VRE_GRSF_PRE;
|
||||
|
||||
protected static final Properties properties;
|
||||
|
||||
|
@ -59,11 +61,14 @@ public class ContextTest {
|
|||
|
||||
ROOT_PRE = "/pred4s";
|
||||
VO_PREPROD = ROOT_PRE + "/preprod";
|
||||
VRE_GRSF_PRE = VO_PREPROD + "/GRSF_Pre";
|
||||
PREPROD_VRE_GRSF_PRE = VO_PREPROD + "/GRSF_Pre";
|
||||
|
||||
ROOT_PROD = "/d4science.research-infrastructures.eu";
|
||||
FARM_VO = ROOT_PROD + "/FARM";
|
||||
PROD_VRE_GRSF_PRE = FARM_VO + "/GRSF_Pre";
|
||||
|
||||
DEFAULT_TEST_SCOPE = DEVVRE;
|
||||
|
||||
DEFAULT_TEST_SCOPE = PROD_VRE_GRSF_PRE;
|
||||
// DEFAULT_TEST_SCOPE = VRE_GRSF_PRE;
|
||||
|
||||
properties = new Properties();
|
||||
|
|
Loading…
Reference in New Issue