Skip to content

Commit 49ead86

Browse files
committed
Fixing tests
1 parent 2fa5e36 commit 49ead86

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

tests/templates/kuttl/external-access/install-hive.yaml.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ metadata:
55
name: test-hive
66
spec:
77
image:
8-
{% if test_scenario['values']['hive-latest'].find(",") > 0 %}
9-
custom: "{{ test_scenario['values']['hive-latest'].split(',')[1] }}"
10-
productVersion: "{{ test_scenario['values']['hive-latest'].split(',')[0] }}"
8+
{% if test_scenario['values']['hive'].find(",") > 0 %}
9+
custom: "{{ test_scenario['values']['hive'].split(',')[1] }}"
10+
productVersion: "{{ test_scenario['values']['hive'].split(',')[0] }}"
1111
{% else %}
12-
productVersion: "{{ test_scenario['values']['hive-latest'] }}"
12+
productVersion: "{{ test_scenario['values']['hive'] }}"
1313
{% endif %}
1414
pullPolicy: IfNotPresent
1515
clusterConfig:

tests/test-definition.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ tests:
107107
- openshift
108108
- name: external-access
109109
dimensions:
110-
- hive-latest
110+
- hive
111111
- openshift
112112
suites:
113113
- name: nightly

0 commit comments

Comments
 (0)