Pull request #318: added UserInteraction Customer Confirmation to tsrd

Merge in OPAPM/cd_e2e_monitoring_config from CD_VDLM to master

* commit 'c2683ba95ab845e80cfc911eb8beb5721923826d':
  added UserInteraction Customer Confirmation to tsrd
OPMAAS-3346
Bernd Brandl (DE-722) 2023-01-13 09:23:46 +00:00 committed by Arnel Arnautovic (ext.)
commit 82de250ad3
1 changed files with 14 additions and 1 deletions

View File

@ -8,6 +8,7 @@ config:
- customService7: template-1-1.json - customService7: template-1-1.json
- customService8: template-3-1.json - customService8: template-3-1.json
- customService9: template-1-1.json - customService9: template-1-1.json
- customService10: template-2-1.json
customService1: customService1:
- name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT" - name: "ifs-006 (JOYNR) enable/disableFullDiagnosticsMode - OUT"
@ -96,4 +97,16 @@ customService9:
- methodName: sendHeartbeatVehicle - methodName: sendHeartbeatVehicle
- methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.EventReason","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.PwfExtended","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.KeyValue - methodArgs: joynr.de.bmw.infotainment.telematic.common.CommonTypes.RequestId","java.lang.String","java.lang.Boolean","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.EventReason","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.PwfExtended","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.KeyValue
- returnType: void - returnType: void
- skipDeployment: "false" - skipDeployment: "false"
customService10:
- name: "tsrd ifs-006 (JOYNR) requestCustomerConfirmation/notifyCustomerConfirmation (UserInteraction) - IN/OUT"
- className1: com.bmw.cc.ts.tsrd.integration.mgu.requestCustomerConfirmation
- methodName1: requestCustomerConfirmation
- methodArgs1: java.lang.String","java.lang.String","long
- returnType1: void
- className2: com.bmw.cc.ts.tsrd.bm.remotediagnosis.boundary.CustomerConfirmationListener
- methodName2: notifyCustomerConfirmationInternal
- methodArgs2: java.lang.String","joynr.de.bmw.infotainment.telematic.teleservice.TeleserviceTypes.ResponseCustomer
- returnType2: void
- skipDeployment: "false"