2 # Copyright 2017-present Open Networking Foundation
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
10 # Unless required by applicable law or agreed to in writing, software
11 # distributed under the License is distributed on an "AS IS" BASIS,
12 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 # See the License for the specific language governing permissions and
14 # limitations under the License.
19 name: "{{ .Release.Name }}-api-test"
21 "helm.sh/hook": test-success
25 - name: {{ .Release.Name }}-api-test
26 image: {{ .Values.global.registry }}{{ .Values.images.xos_api_tester.repository }}:{{ tpl .Values.images.xos_api_tester.tag . }}
27 imagePullPolicy: {{ .Values.images.xos_api_tester.pullPolicy }}
30 mountPath: /src/cord-api/Tests/Log/
33 value: 'xos-chameleon'
37 value: {{ .Values.xosAdminUser | quote }}
39 value: {{ .Values.xosAdminPassword | quote}}
40 command: ["pybot", "-L", "TRACE", "-d", "Log", "-T", "DemoSimpleExampleService.robot"]
44 path: /tmp/helm_test_demo-simpleexampleservice_logs_{{ dateInZone "20060102T030405.00Z" (now) "UTC" }}
45 type: DirectoryOrCreate