Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / test / java / org / openecomp / mso / bpmn / vcpe / AbstractTestBase.java
1 /*
2  * ============LICENSE_START=======================================================
3  * ONAP - SO
4  * ================================================================================
5  * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
6  * ================================================================================
7  * Licensed under the Apache License, Version 2.0 (the "License");
8  * you may not use this file except in compliance with the License.
9  * You may obtain a copy of the License at
10  * 
11  *      http://www.apache.org/licenses/LICENSE-2.0
12  * 
13  * Unless required by applicable law or agreed to in writing, software
14  * distributed under the License is distributed on an "AS IS" BASIS,
15  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16  * See the License for the specific language governing permissions and
17  * limitations under the License.
18  * ============LICENSE_END=========================================================
19  */
20 package org.openecomp.mso.bpmn.vcpe;
21
22 import org.openecomp.mso.bpmn.common.WorkflowTest;
23
24 public class AbstractTestBase extends WorkflowTest {
25         
26         
27         public static final String CUST = "SDN-ETHERNET-INTERNET";
28         public static final String SVC = "123456789";
29         public static final String INST = "MIS%252F1604%252F0026%252FSW_INTERNET";
30         public static final String PARENT_INST = "MIS%252F1604%252F0027%252FSW_INTERNET";
31         public static final String ARID = "arId-1";
32         public static final String ARVERS = "1490627351232";
33
34         public static final String DEC_INST = "MIS%2F1604%2F0026%2FSW_INTERNET";
35         public static final String DEC_PARENT_INST = "MIS%2F1604%2F0027%2FSW_INTERNET";
36
37         public static final String VAR_SUCCESS_IND = "SuccessIndicator";
38         public static final String VAR_WFEX = "SavedWorkflowException1";
39         public static final String VAR_RESP_CODE = "CMSO_ResponseCode";
40         public static final String VAR_COMP_REQ = "CompleteMsoProcessRequest";
41 }