aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOInfrastructureBPMN/src/test/java/org/openecomp/mso/bpmn/vcpe/AbstractTestBase.java
blob: e7b80f12aba1449c86c7fe6178491fcccb6a6b02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/*
 * ============LICENSE_START=======================================================
 * ONAP - SO
 * ================================================================================
 * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
 * ================================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 * 
 *      http://www.apache.org/licenses/LICENSE-2.0
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ============LICENSE_END=========================================================
 */
package org.openecomp.mso.bpmn.vcpe;

import org.openecomp.mso.bpmn.common.WorkflowTest;

public class AbstractTestBase extends WorkflowTest {
	
	
	public static final String CUST = "SDN-ETHERNET-INTERNET";
	public static final String SVC = "123456789";
	public static final String INST = "MIS%252F1604%252F0026%252FSW_INTERNET";
	public static final String PARENT_INST = "MIS%252F1604%252F0027%252FSW_INTERNET";
	public static final String ARID = "arId-1";
	public static final String ARVERS = "1490627351232";

	public static final String DEC_INST = "MIS%2F1604%2F0026%2FSW_INTERNET";
	public static final String DEC_PARENT_INST = "MIS%2F1604%2F0027%2FSW_INTERNET";

	public static final String VAR_SUCCESS_IND = "SuccessIndicator";
	public static final String VAR_WFEX = "SavedWorkflowException1";
	public static final String VAR_RESP_CODE = "CMSO_ResponseCode";
	public static final String VAR_COMP_REQ = "CompleteMsoProcessRequest";
}