summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-11-30 13:28:29 -0500
committerScott Dodson <sdodson@redhat.com>2017-11-30 15:38:41 -0500
commit2c65e694ba24d14aa16c2b3de5e8f463f0359135 (patch)
treebf9283d2c706be4769648b93662d5ef26be77aae /roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py
parent6b6b422245be79dd3eec0c93a58875c646bbfba7 (diff)
downloadopenshift-2c65e694ba24d14aa16c2b3de5e8f463f0359135.tar.gz
openshift-2c65e694ba24d14aa16c2b3de5e8f463f0359135.tar.bz2
openshift-2c65e694ba24d14aa16c2b3de5e8f463f0359135.tar.xz
openshift-2c65e694ba24d14aa16c2b3de5e8f463f0359135.zip
Add v3.9 support
Diffstat (limited to 'roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py')
-rw-r--r--roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py b/roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py
index 44b564d6f..527fc9ff4 100644
--- a/roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py
+++ b/roles/openshift_master_facts/test/openshift_master_facts_default_priorities_tests.py
@@ -44,7 +44,7 @@ DEFAULT_PRIORITIES_1_5 = [
DEFAULT_PRIORITIES_3_6 = DEFAULT_PRIORITIES_1_5
-DEFAULT_PRIORITIES_3_7 = DEFAULT_PRIORITIES_3_6
+DEFAULT_PRIORITIES_3_9 = DEFAULT_PRIORITIES_3_8 = DEFAULT_PRIORITIES_3_7 = DEFAULT_PRIORITIES_3_6
ZONE_PRIORITY = {
'name': 'Zone',
@@ -71,6 +71,10 @@ TEST_VARS = [
('3.6', 'openshift-enterprise', DEFAULT_PRIORITIES_3_6),
('3.7', 'origin', DEFAULT_PRIORITIES_3_7),
('3.7', 'openshift-enterprise', DEFAULT_PRIORITIES_3_7),
+ ('3.8', 'origin', DEFAULT_PRIORITIES_3_8),
+ ('3.8', 'openshift-enterprise', DEFAULT_PRIORITIES_3_8),
+ ('3.9', 'origin', DEFAULT_PRIORITIES_3_9),
+ ('3.9', 'openshift-enterprise', DEFAULT_PRIORITIES_3_9),
]