Skip to content

Commit 507254a

Browse files
[minor] update test data to add 250109 catalog
1 parent 100bae4 commit 507254a

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/mas/devops/data/catalogs/v9-250109-amd64.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# catalog itself, but not everything in the catalog supports this yet (including MAS)
66
# so we need to use the CASE bundle mirror process still.
77

8-
catalog_digest: sha256:881753390c2c4cb80f71910f6160642195c4b43cc14f6d2b86c7f9395cf91189
8+
catalog_digest: sha256:881753390c2c4cb80f71910f6160642195c4b43cc14f6d2b86c7f9395cf91189 # tbc
99

1010
# Dependencies
1111
# -----------------------------------------------------------------------------
@@ -21,9 +21,9 @@ ibm_zen_version: 6.0.1 # For CPD5 ibm-zen has to be explic
2121
db2u_version: 6.0.1+20240704.142950.9960 # Operator version 110509.0.2 to find the version 6.0.1, search CASE_VERSION in db2u, catalog.yaml into ibm-maximo-operator-catalog (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-db2uoperator)
2222
events_version: 5.0.1 # Operator version 5.0.1 (https://github.com/IBM/cloud-pak/tree/master/repo/case/ibm-events-operator)
2323
uds_version: 2.0.12 # Operator version 2.0.12 # sticking to 2.0.12 version # Please do Not Change
24-
sls_version: 3.10.2 # Updated # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
25-
tsm_version: 1.6.1 # Updated # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
26-
dd_version: 1.1.13 # Updated # Operator version 1.1.11 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
24+
sls_version: 3.10.2 # tbc # Operator version 3.10.0 (https://github.ibm.com/maximoappsuite/ibm-sls/releases)
25+
tsm_version: 1.6.1 # tbc # Operator version 1.5.4 (https://github.ibm.com/maximoappsuite/ibm-truststore-mgr/releases)
26+
dd_version: 1.1.13 # tbc # Operator version 1.1.11 (https://github.ibm.com/maximoappsuite/ibm-data-dictionary/releases)
2727
appconnect_version: 6.2.0 # Operator version 6.2.0 # sticking to 6.2.0 version # Please do Not Change
2828
wsl_version: 9.0.0 # Operator version 9.0.0
2929
wml_version: 9.0.0 # Operator version 5.0.0
@@ -38,7 +38,7 @@ elasticsearch_version: 1.1.2346 # Operator version 1.1.2238
3838
# Maximo Application Suite
3939
# -----------------------------------------------------------------------------
4040
mas_core_version:
41-
9.1.x-feature: 9.1.0-pre.stable_7051
41+
9.1.x-feature: 9.1.0-pre.stable_7051 # tbc
4242
9.0.x: 9.0.6 # tbc
4343
8.10.x: 8.10.20 # tbc
4444
8.11.x: 8.11.17 # tbc
@@ -55,7 +55,7 @@ mas_iot_version:
5555
8.10.x: 8.7.18 # tbc
5656
8.11.x: 8.8.14 # tbc
5757
mas_manage_version:
58-
9.1.x-feature: 9.1.0-pre.stable_8949
58+
9.1.x-feature: 9.1.0-pre.stable_8949 # tbc
5959
9.0.x: 9.0.7 # tbc
6060
8.10.x: 8.6.20 # tbc
6161
8.11.x: 8.7.14 # tbc
@@ -64,7 +64,7 @@ mas_monitor_version:
6464
8.10.x: 8.10.14 # tbc
6565
8.11.x: 8.11.12 # tbc
6666
mas_optimizer_version:
67-
9.1.x-feature: 9.1.0-pre.stable_1504
67+
9.1.x-feature: 9.1.0-pre.stable_1504 # tbc
6868
9.0.x: 9.0.5 # tbc
6969
8.10.x: 8.4.12 # tbc
7070
8.11.x: 8.5.11 # tbc
@@ -73,7 +73,7 @@ mas_predict_version:
7373
8.10.x: 8.8.4 # tbc
7474
8.11.x: 8.9.6 # tbc
7575
mas_visualinspection_version:
76-
9.1.x-feature: 9.1.0-pre.stable_1994
76+
9.1.x-feature: 9.1.0-pre.stable_1994 # tbc
7777
9.0.x: 9.0.5 # tbc
7878
8.10.x: 8.8.4 # tbc
7979
8.11.x: 8.9.8 # tbc

test/src/test_data.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ def test_catalog():
2020
def test_list_catalogs():
2121
catalogList = listCatalogTags("amd64")
2222
assert len(catalogList) > 0
23-
assert "v9-241205-amd64" in catalogList
23+
assert "v9-250109-amd64" in catalogList
2424

2525

2626
def test_get_newest_catalog_tag():
2727
catalogTag = getNewestCatalogTag("amd64")
2828
# Reminder: update this test when adding a new catalog each month!
29-
assert catalogTag == "v9-241205-amd64"
29+
assert catalogTag == "v9-250109-amd64"
3030

3131

3232
def test_get_newest_catalog_tag_fail():

0 commit comments

Comments
 (0)