Correct Service Type Value for E2E service
Change-Id: Ia1f69acd4db2ed686673910c618e293a5a0b6338
Issue-ID: SO-354
Signed-off-by: c00149107 <chenchuanyu@huawei.com>
String serviceModelName = jsonUtil.getJsonValue(uuiRequest, "service.parameters.templateName")
execution.setVariable("serviceModelName", serviceModelName)
//aai serviceType and Role can be setted as fixed value now.
- String aaiServiceType = "voLTE type"
- String aaiServiceRole = "voLTE role"
+ String aaiServiceType = "E2E Service"
+ String aaiServiceRole = "E2E Service"
execution.setVariable("modelInvariantUuid", modelInvariantUuid)
execution.setVariable("modelUuid", modelUuid)