Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Tracked by #1464
tfr42 opened this issue Sep 19, 2016 · 6 comments
Open
Tracked by #1464

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

tfr42 opened this issue Sep 19, 2016 · 6 comments
Labels
contributions welcome asking for contribution (time and money sponsor) enhancement enhancement or improvement needs discussion requires discussion with contributor tests unit/integration test TMC discussion to be discussed by technical management committee members
Milestone

Comments

@tfr42
Copy link
Member

tfr42 commented Sep 19, 2016

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

  • WCS 1.0.0
  • WFS 1.0.0, 1.1.0
  • WMS 1.1.1, 1.3.0
    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
  • WMTS 1.0
  • CSW 2.0.2
  • WPS 1.0
@tfr42 tfr42 added enhancement enhancement or improvement needs discussion requires discussion with contributor TMC discussion to be discussed by technical management committee members labels Sep 19, 2016
@tfr42 tfr42 added this to the 3.5 milestone Sep 19, 2016
@tfr42 tfr42 added the contributions welcome asking for contribution (time and money sponsor) label Apr 7, 2018
@tfr42 tfr42 modified the milestones: 3.5, Backlog Apr 7, 2018
@tfr42
Copy link
Member Author

tfr42 commented Dec 5, 2019

@tfr42
Copy link
Member Author

tfr42 commented Jun 24, 2020

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
Copy link
Contributor

dstenger commented Jan 7, 2021

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).

      1. Create and start Docker Container with latest deegree artifact.
      • deegree CITE workspace is integrated into the container.
      1. Create and start Docker Container of OGC test suites.
      1. Execute SoapUI tests which use the REST interface of the OGC test suites to test the deegree endpoints.
      • SoapUI parses the responses and applies assertions.
      • SoapUI tests can be started headless either via Maven or CLI.
      • Alternatively, Java can be used instead of SoapUI.
  • Workflow 2: No usage of Docker (depends on OGC infrastructure).

      1. Start the latest deegree artifact with Java (e.g. via using Maven plus plugin).
      • deegree CITE workspace can be accessed by deegree instance.
      1. Execute SoapUI tests which use the REST interface of the OGC infrastructure (https://cite.opengeospatial.org/teamengine/) to test the deegree endpoints.
      • See sub bullet points of step 3 of workflow 1.
  • Workflow 3: No usage of Docker (independent from OGC infrastructure).

      1. Start the latest deegree artifact with Java (e.g. via using Maven plus plugin).
      • deegree CITE workspace can be accessed by deegree instance.
      1. Use the CLIs of the OGC test suites to test the deegree endpoints.
      • Java is used for parsing and evaluation of the results.
      • There are two mechanisms: All-in-one (AIO) JARs (only new test suites) and TEAM Engine via command line (setup quite complex).

All workflows can be realized via Jenkinsfile(s).

@dstenger
Copy link
Contributor

dstenger commented Mar 3, 2021

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
Copy link
Member Author

tfr42 commented Feb 6, 2022

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

@dstenger
Copy link
Contributor

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contributions welcome asking for contribution (time and money sponsor) enhancement enhancement or improvement needs discussion requires discussion with contributor tests unit/integration test TMC discussion to be discussed by technical management committee members
Projects
None yet
Development

No branches or pull requests

2 participants