deegree / deegree3

Official deegree repository providing geospatial core libraries, data access and advanced OGC web service implementations
https://www.deegree.org
GNU Lesser General Public License v2.1
150 stars 100 forks source link

Replace deegree-compliance-tests by official and final OGC ETS #773

Open tfr42 opened 8 years ago

tfr42 commented 8 years ago

Currently the OGC CITE Tests in deegree-tests/deegree-compliance-tests for

Prefered setup is based on most recent release version of the official OGC CITE ETS. Including ETS for:

tfr42 commented 4 years ago

CLI available in OGC TEAM engine: https://github.com/opengeospatial/cite/wiki/Conformance-Testing-with-TestNG-Part-2#12-2-command-shell-console All-in-one (AIO) JAR available for WFS 2.0 ETS from https://repo1.maven.org/maven2/org/opengis/cite/ets-wfs20/1.32/

tfr42 commented 4 years ago

The OSGeo Foundation has started an OGC Certification Service to provide a public demonstration instance used for the OGC TEAM Engine to be executed against. See the wiki https://wiki.osgeo.org/wiki/OGC_Certification_Services for more information.

dstenger commented 3 years ago

Disadvantage when decoupling the CITE integration tests from Maven build: Tests cannot be executed against feature branches used for pull requests.

Possible workflows (decoupled from Maven build):

All workflows can be realized via Jenkinsfile(s).

dstenger commented 3 years ago

Currently the OGC CITE Tests in deegree-tests/deegree-compliance-tests for

  • WCS 1.0.0

OGC CITE status: Production Repo: https://github.com/opengeospatial/ets-wcs11/

  • WFS 1.0.0, 1.1.0

OGC CITE status: Production, Production Repo: https://github.com/opengeospatial/ets-wfs10, https://github.com/opengeospatial/ets-wfs11

  • WMS 1.1.1, 1.3.0

OGC CITE status: Production, Production Repo: https://github.com/opengeospatial/ets-wms11, https://github.com/opengeospatial/ets-wms13

are based on quite old forks of the related OGC ETS.

Prefered setup is based on most recent release version of the official OGC CITE ETS. Including ETS for:

  • WFS 2.0

OGC CITE status: Production Repo: https://github.com/opengeospatial/ets-wfs20

  • WMTS 1.0

OGC CITE status: Production Repo: https://github.com/opengeospatial/ets-wmts10

  • CSW 2.0.2

OGC CITE status: Production Repo: https://github.com/opengeospatial/ets-csw202

  • WPS 1.0

OGC CITE status: Beta (development is currently ongoing) Repo: https://github.com/opengeospatial/ets-wps10

tfr42 commented 2 years ago

OGC TEAM Engine is available via docker hub, see #1276

dstenger commented 2 years ago

Both OGC CITE test environments (https://cite.ogc.org/teamengine/ and https://cite.ogc.org/te2/) are now also available via Docker Hub:

This makes it easy to setup the environment on a target machine to use it for automated integration tests (via REST interface).