aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOCommonBPMN/src/test/groovy/org/openecomp/mso/bpmn/common/scripts/GenericPutServiceTest.groovy
blob: 1e7342de6866e3d1a145f20543b5cf566f2f7cbb (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
package org.openecomp.mso.bpmn.common.scripts

import static org.mockito.Mockito.*
import static org.openecomp.mso.bpmn.mock.StubResponseAAI.MockPutServiceInstance;

import org.camunda.bpm.engine.ProcessEngineServices
import org.camunda.bpm.engine.RepositoryService
import org.camunda.bpm.engine.impl.persistence.entity.ExecutionEntity
import org.camunda.bpm.engine.repository.ProcessDefinition
import org.junit.Before
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import org.mockito.MockitoAnnotations
import org.mockito.internal.debugging.MockitoDebuggerImpl
import org.mockito.runners.MockitoJUnitRunner

import com.github.tomakehurst.wiremock.client.WireMock
import com.github.tomakehurst.wiremock.junit.WireMockRule
import org.apache.commons.lang3.*

@RunWith(MockitoJUnitRunner.class)
class GenericPutServiceTest {

	@Rule
	public WireMockRule wireMockRule = new WireMockRule(8090);

	@Before
	public void init()
	{
		MockitoAnnotations.initMocks(this)

	}

	@Test
	public void preProcessRequest() {


		println "************ preProcessRequest ************* "

		ExecutionEntity mockExecution = setupMock()

		when(mockExecution.getVariable("isDebugLogEnabled")).thenReturn("true")
		when(mockExecution.getVariable("GENPS_globalSubscriberId")).thenReturn("1604-MVM-26")
		when(mockExecution.getVariable("GENPS_serviceInstanceId")).thenReturn("MIS%2F1604%2F0026%2FSW_INTERNET")
		when(mockExecution.getVariable("GENPS_serviceType")).thenReturn("SDN-ETHERNET-INTERNET")
		when(mockExecution.getVariable("GENPS_serviceInstanceData")).thenReturn("f70e927b-6087-4974-9ef8-c5e4d5847ca4")
		when(mockExecution.getVariable("GENPS_type")).thenReturn("service-instance")

		GenericPutService  putServiceInstance= new GenericPutService()
		putServiceInstance.preProcessRequest(mockExecution)

		// check the sequence of variable invocation
		//MockitoDebuggerImpl preDebugger = new MockitoDebuggerImpl()
		//preDebugger.printInvocations(mockExecution)

		verify(mockExecution, atLeast(1)).getVariable("isDebugLogEnabled")
		verify(mockExecution).setVariable("prefix", "GENPS_")

	//	execution.getVariable("isDebugLogEnabled")

		verify(mockExecution).setVariable("GENPS_SuccessIndicator", false)
	//	verify(mockExecution).setVariable("globalSubscriberId", "1604-MVM-26")
	//	verify(mockExecution).setVariable("serviceInstanceId", "MIS%2F1604%2F0026%2FSW_INTERNET")
	//	verify(mockExecution).setVariable("serviceType", "SDN-ETHERNET-INTERNET")
	//	verify(mockExecution).setVariable("ServiceInstanceData", "f70e927b-6087-4974-9ef8-c5e4d5847ca4")


	}


	@Test
	@Ignore
	public void putServiceInstance() {
		println "************ putServiceInstance ************* "

		WireMock.reset();

		MockPutServiceInstance("1604-MVM-26", "SDN-ETHERNET-INTERNET", "MIS%252F1604%252F0026%252FSW_INTERNET", "GenericPutServiceInstance/GenericPutServiceInstance_PutServiceInstance_AAIResponse_Success.xml");
		ExecutionEntity mockExecution = setupMock()

		when(mockExecution.getVariable("isDebugLogEnabled")).thenReturn("true")
		when(mockExecution.getVariable("GENPS_globalSubscriberId")).thenReturn("1604-MVM-26")
		when(mockExecution.getVariable("GENPS_serviceInstanceId")).thenReturn("MIS%2F1604%2F0026%2FSW_INTERNET")
		when(mockExecution.getVariable("GENPS_serviceType")).thenReturn("SDN-ETHERNET-INTERNET")
		when(mockExecution.getVariable("GENPS_serviceInstanceData")).thenReturn("f70e927b-6087-4974-9ef8-c5e4d5847ca4")
		when(mockExecution.getVariable("URN_aai_endpoint")).thenReturn("http://localhost:8090")
		when(mockExecution.getVariable("URN_mso_workflow_PutServiceInstance_aai_business_customer_uri")).thenReturn("/aai/v7/business/customers/customer")
		when(mockExecution.getVariable("GENPS_serviceInstanceData")).thenReturn("f70e927b-6087-4974-9ef8-c5e4d5847ca4")
		when(mockExecution.getVariable("GENPS_type")).thenReturn("service-instance")
		when(mockExecution.getVariable("URN_mso_workflow_global_default_aai_namespace")).thenReturn('http://org.openecomp.aai.inventory/')
		when(mockExecution.getVariable("URN_mso_workflow_global_default_aai_version")).thenReturn("7")
		when(mockExecution.getVariable("URN_mso_workflow_default_aai_v7_customer_uri")).thenReturn("/aai/v7/business/customers/customer")
		when(mockExecution.getVariable("URN_mso_msoKey")).thenReturn("07a7159d3bf51a0e53be7a8f89699be7")
		when(mockExecution.getVariable("URN_aai_auth")).thenReturn("757A94191D685FD2092AC1490730A4FC")

		GenericPutService  serviceInstance= new GenericPutService()
		serviceInstance.putServiceInstance(mockExecution)

		// check the sequence of variable invocation
		MockitoDebuggerImpl preDebugger = new MockitoDebuggerImpl()
		preDebugger.printInvocations(mockExecution)

		verify(mockExecution, atLeast(1)).getVariable("isDebugLogEnabled")
		verify(mockExecution).setVariable("prefix", "GENPS_")

	//	execution.getVariable("isDebugLogEnabled")
	//	verify(mockExecution).setVariable("GENPSI_serviceInstanceData","f70e927b-6087-4974-9ef8-c5e4d5847ca4")

		String servicePayload = """<service-instance xmlns="http://org.openecomp.aai.inventory/v7">f70e927b-6087-4974-9ef8-c5e4d5847ca4</service-instance>""" as String
		verify(mockExecution).setVariable("GENPS_serviceInstancePayload",servicePayload)

		String serviceAaiPath = "http://localhost:28090/aai/v7/business/customers/customer/1604-MVM-26/service-subscriptions/service-subscription/SDN-ETHERNET-INTERNET/service-instances/service-instance/MIS%252F1604%252F0026%252FSW_INTERNET"
		verify(mockExecution).setVariable("GENPS_putServiceInstanceAaiPath", serviceAaiPath)

		int responseCode = 200
		verify(mockExecution).setVariable("GENPS_putServiceInstanceResponseCode", responseCode)

		String aaiResponse = """<rest:RESTResponse xmlns:rest="http://schemas.activebpel.org/REST/2007/12/01/aeREST.xsd"
                   statusCode="200">
   <rest:headers>
      <rest:header name="Date" value="Thu,10 Mar 2016 00:01:18 GMT"/>
      <rest:header name="Content-Length" value="0"/>
      <rest:header name="Expires" value="Thu,01 Jan 1970 00:00:00 UTC"/>
      <rest:header name="X-AAI-TXID" value="mtcnjv9aaas03-20160310-00:01:18:551-132672"/>
      <rest:header name="Server" value="Apache-Coyote/1.1"/>
      <rest:header name="Cache-Control" value="private"/>
   </rest:headers>
</rest:RESTResponse>"""

		verify(mockExecution).setVariable("GENPS_putServiceInstanceResponse", aaiResponse)

		verify(mockExecution).setVariable("GENPS_SuccessIndicator", true)
	}

	@Test
	@Ignore
	public void putServiceInstance_404() {


		println "************ putServiceInstance ************* "

		WireMock.reset();

		ExecutionEntity mockExecution = setupMock()

		when(mockExecution.getVariable("isDebugLogEnabled")).thenReturn("true")
		when(mockExecution.getVariable("GENPS_globalSubscriberId")).thenReturn("1604-MVM-26")
		when(mockExecution.getVariable("GENPS_serviceInstanceId")).thenReturn("MIS%2F1604%2F0026%2FSW_INTERNET")
		when(mockExecution.getVariable("GENPS_serviceType")).thenReturn("SDN-ETHERNET-INTERNET")
		when(mockExecution.getVariable("GENPS_ServiceInstanceData")).thenReturn("f70e927b-6087-4974-9ef8-c5e4d5847ca4")
		when(mockExecution.getVariable("URN_aai_endpoint")).thenReturn("http://localhost:8090")
		when(mockExecution.getVariable("URN_mso_workflow_PutServiceInstance_aai_business_customer_uri")).thenReturn("/aai/v7/business/customers/customer")
		when(mockExecution.getVariable("GENPS_ServiceInstanceData")).thenReturn("f70e927b-6087-4974-9ef8-c5e4d5847ca4")

		GenericPutService  serviceInstance= new GenericPutService()
		serviceInstance.putServiceInstance(mockExecution)

		// check the sequence of variable invocation
		MockitoDebuggerImpl preDebugger = new MockitoDebuggerImpl()
		preDebugger.printInvocations(mockExecution)

		verify(mockExecution, atLeast(1)).getVariable("isDebugLogEnabled")
		verify(mockExecution).setVariable("prefix", "GENPS_")

	//	execution.getVariable("isDebugLogEnabled")


		verify(mockExecution).setVariable("GENPS_serviceInstanceData","f70e927b-6087-4974-9ef8-c5e4d5847ca4")

		String serviceInstancepayload = """<service-instance xmlns="http://org.openecomp.mso.aai.inventory/v7">f70e927b-6087-4974-9ef8-c5e4d5847ca4
			</service-instance>""" as String
		verify(mockExecution).setVariable("GENPS_serviceInstancePayload",serviceInstancepayload)

		String serviceInstanceAaiPath = "http://localhost:8090/aai/v7/business/customers/customer/1604-MVM-26/service-subscriptions/service-subscription/SDN-ETHERNET-INTERNET/service-instances/service-instance/MIS%252F1604%252F0026%252FSW_INTERNET"
		verify(mockExecution).setVariable("GENPS_putServiceInstanceAaiPath", serviceInstanceAaiPath)

		int responseCode = 404
		verify(mockExecution).setVariable("GENPS_putServiceInstanceResponseCode", responseCode)

		String aaiResponse = ""
		verify(mockExecution).setVariable("GENPS_putServiceInstanceResponse", aaiResponse)

		verify(mockExecution).setVariable("GENPS_SuccessIndicator", false)


	}


	private ExecutionEntity setupMock() {

		ProcessDefinition mockProcessDefinition = mock(ProcessDefinition.class)
		when(mockProcessDefinition.getKey()).thenReturn("PutServiceInstance")
		RepositoryService mockRepositoryService = mock(RepositoryService.class)
		when(mockRepositoryService.getProcessDefinition()).thenReturn(mockProcessDefinition)
		when(mockRepositoryService.getProcessDefinition().getKey()).thenReturn("PutServiceInstance")
		when(mockRepositoryService.getProcessDefinition().getId()).thenReturn("100")
		ProcessEngineServices mockProcessEngineServices = mock(ProcessEngineServices.class)
		when(mockProcessEngineServices.getRepositoryService()).thenReturn(mockRepositoryService)

		ExecutionEntity mockExecution = mock(ExecutionEntity.class)
		// Initialize prerequisite variables

		when(mockExecution.getId()).thenReturn("100")
		when(mockExecution.getProcessDefinitionId()).thenReturn("PutServiceInstance")
		when(mockExecution.getProcessInstanceId()).thenReturn("PutServiceInstance")
		when(mockExecution.getProcessEngineServices()).thenReturn(mockProcessEngineServices)
		when(mockExecution.getProcessEngineServices().getRepositoryService().getProcessDefinition(mockExecution.getProcessDefinitionId())).thenReturn(mockProcessDefinition)

		return mockExecution
	}

}