diff --git a/compas/docker-compose-basex.yml b/compas/docker-compose-basex.yml index c5c4135..e1669b8 100644 --- a/compas/docker-compose-basex.yml +++ b/compas/docker-compose-basex.yml @@ -39,7 +39,7 @@ services: scl-data-service: labels: compas: true - image: "lfenergy/compas-scl-data-service:0.9.6-basex" + image: "lfenergy/compas-scl-data-service:0.9.8-basex" ports: - "9090:8080" environment: @@ -69,7 +69,7 @@ services: cim-mapping: labels: compas: true - image: "lfenergy/compas-cim-mapping:0.8.7" + image: "lfenergy/compas-cim-mapping:0.8.8" ports: - "9091:8080" environment: @@ -93,7 +93,7 @@ services: scl-auto-alignment: labels: compas: true - image: "lfenergy/compas-scl-auto-alignment:0.2.4" + image: "lfenergy/compas-scl-auto-alignment:0.2.5" ports: - "9092:8080" environment: @@ -117,7 +117,7 @@ services: scl-validator: labels: compas: true - image: "lfenergy/compas-scl-validator:0.2.0" + image: "lfenergy/compas-scl-validator:0.3.0" ports: - "9093:8080" environment: @@ -144,7 +144,7 @@ services: open-scd: labels: compas: true - image: "lfenergy/compas-open-scd:v0.16.0.0" + image: "lfenergy/compas-open-scd:v0.17.0.1" healthcheck: test: ["CMD", "curl", "-f", "http://localhost/"] interval: 30s diff --git a/compas/docker-compose-postgresql.yml b/compas/docker-compose-postgresql.yml index e1cfd88..b568f8e 100644 --- a/compas/docker-compose-postgresql.yml +++ b/compas/docker-compose-postgresql.yml @@ -8,7 +8,7 @@ services: postgresql: labels: compas: true - image: "postgres:latest" + image: "postgres:14.4" ports: - "5432:5432" environment: @@ -46,7 +46,7 @@ services: scl-data-service: labels: compas: true - image: "lfenergy/compas-scl-data-service:0.9.6-postgresql" + image: "lfenergy/compas-scl-data-service:0.9.8-postgresql" ports: - "9090:8080" environment: @@ -76,7 +76,7 @@ services: cim-mapping: labels: compas: true - image: "lfenergy/compas-cim-mapping:0.8.7" + image: "lfenergy/compas-cim-mapping:0.8.8" ports: - "9091:8080" environment: @@ -100,7 +100,7 @@ services: scl-auto-alignment: labels: compas: true - image: "lfenergy/compas-scl-auto-alignment:0.2.4" + image: "lfenergy/compas-scl-auto-alignment:0.2.5" ports: - "9092:8080" environment: @@ -124,7 +124,7 @@ services: scl-validator: labels: compas: true - image: "lfenergy/compas-scl-validator:0.2.0" + image: "lfenergy/compas-scl-validator:0.3.0" ports: - "9093:8080" environment: @@ -151,7 +151,7 @@ services: open-scd: labels: compas: true - image: "lfenergy/compas-open-scd:v0.16.0.0" + image: "lfenergy/compas-open-scd:v0.17.0.1" healthcheck: test: ["CMD", "curl", "-f", "http://localhost/"] interval: 30s diff --git a/integration-testing/TestSuite002-versions-compas.robot b/integration-testing/TestSuite002-versions-compas.robot index 66a1396..f85577b 100644 --- a/integration-testing/TestSuite002-versions-compas.robot +++ b/integration-testing/TestSuite002-versions-compas.robot @@ -102,7 +102,7 @@ TestCase002-10 Select Tab CoMPAS Versions Get Element Count ${compas-versions-editor-selector} mwc-list > mwc-check-list-item == 2 - Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (2.0.0) + Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (Version: 2.0.0) TestCase002-11 [Documentation] Restore first version from the list of versions diff --git a/integration-testing/TestSuite005-validator.robot b/integration-testing/TestSuite005-validator.robot index 6e4f769..a7e404d 100644 --- a/integration-testing/TestSuite005-validator.robot +++ b/integration-testing/TestSuite005-validator.robot @@ -29,7 +29,7 @@ TestCase005-01 Open Menu View diagnostics Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL - Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333 + Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332 TestCase005-02 [Documentation] Execute the SCL Validator (REST API) with OCL Validation Errros. @@ -44,7 +44,7 @@ TestCase005-02 Open Menu View diagnostics Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL - Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333 + Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332 TestCase005-03 [Documentation] Execute the SCL Validator (Websockets) with XSD Validation Errors.