Open tfr42 opened 8 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/
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.
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):
Workflow 1: Usage of Docker (independent from OGC infrastructure).
Workflow 2: No usage of Docker (depends on OGC infrastructure).
Workflow 3: No usage of Docker (independent from OGC infrastructure).
All workflows can be realized via Jenkinsfile(s).
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
OGC TEAM Engine is available via docker hub, see #1276
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).
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: