summaryrefslogtreecommitdiffstats
path: root/kubernetes/so/templates/_cadiValues.tpl
blob: 426facc4b1cc44c83db6a789509bbb863010a611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{{- define "cadi.keys" -}}
cadiLoglevel: DEBUG
cadiKeyFile: /org.onap.so.keyfile
cadiTrustStore: /app/org.onap.so.trust.jks
cadiTruststorePassword: {{ .Values.global.app.cadi.cadiTruststorePassword }}
cadiLatitude: {{ .Values.global.app.cadi.cadiLatitude }}
cadiLongitude: {{ .Values.global.app.cadi.cadiLongitude }}
aafEnv: {{ .Values.global.app.cadi.aafEnv }}
aafApiVersion: 2.0
aafRootNs: {{ .Values.global.app.cadi.aafRootNs }}
aafId: {{ .Values.mso.config.cadi.aafId }}
aafPassword: {{ .Values.mso.config.cadi.aafPassword }}
aafLocateUrl: {{ .Values.global.app.cadi.aafLocateUrl }}
aafUrl: {{ .Values.global.app.cadi.aafUrl }}
apiEnforcement: {{ .Values.mso.config.cadi.apiEnforcement }}
{{- if (.Values.global.app.cadi.noAuthn) }}
noAuthn: {{ .Values.mso.config.cadi.noAuthn }}
{{- end }}
{{- end }}
//select[@prompt='Select Owning Entity'] ${owning_entity} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} Capture Page Screenshot Xpath Should Match X Times //input[@parameter-name='Instance Name'] 1 Focus //input[@parameter-name='Instance Name'] Wait Until Keyword Succeeds 120s 5s Input Text When Enabled //input[@parameter-name='Instance Name'] ${service_name} timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} Capture Page Screenshot Click On Button When Enabled //div[@class = 'buttonRow']/button[text() = 'Confirm'] Wait Until Element Contains xpath=//pre[@class= 'log ng-binding'] requestState timeout=${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Wait Until Page Contains "requestState": "COMPLETE" timeout= ${GLOBAL_VID_UI_TIMEOUT_LONG} ${response text}= Get Text xpath=//pre[@class = 'log ng-binding'] Click On Button When Enabled //div[@class = 'buttonRow']/button[text() = 'Close'] ${request_id}= Parse Request Id ${response text} ${service_instance_id}= Parse Instance Id ${response text} Poll MSO Get Request ${GLOBAL_MSO_STATUS_PATH}${request_id} COMPLETE [return] ${service_instance_id} Wait For Model [Documentation] Distributed model may not yet be available. Kepp trying until it shows up. [Arguments] ${service_model_type} Page Should Contain Element xpath=//div/h1[text() = 'Browse SDC Service Models'] Wait Until Page Contains Element xpath=//button[text() = 'Deploy'] ${GLOBAL_VID_UI_TIMEOUT_MEDIUM} Input Text When Enabled //input[@ng-model='searchString'] ${service_model_type} Wait Until Element Is Visible xpath=//tr[td/span/text() = '${service_model_type}']/td/button[contains(text(),'Deploy')] ${GLOBAL_VID_UI_TIMEOUT_SHORT} Delete Service Instance By GUI [Arguments] ${service_instance_id} ${customer_name} Click On Element When Visible xpath=//a/span[@class='glyphicon glyphicon-remove'] Click On Button When Enabled xpath=//div[@class='buttonRow']/button[@ngx-enabled='true'] Wait Until Element Contains xpath=//div[@ng-controller='deletionDialogController']//div[@ng-controller= 'msoCommitController']/pre[@class = 'log ng-binding'] requestId timeout=${GLOBAL_VID_UI_TIMEOUT_LONG} ${response text}= Get Text xpath=//div[@ng-controller='deletionDialogController']//div[@ng-controller= 'msoCommitController']/pre[@class = 'log ng-binding'] ${request_id}= Parse Request Id ${response text} Poll MSO Get Request ${GLOBAL_MSO_STATUS_PATH}${request_id} COMPLETE Search Service Instance [Arguments] ${service_instance_id} ${customer_name} Click Link xpath=//div[@heading = 'Search for Existing Service Instances']/a Input Text When Enabled //input[@name='selectedServiceInstance'] ${service_instance_id} Click On Button When Enabled //button[text() = 'Submit']