-
-
Notifications
You must be signed in to change notification settings - Fork 261
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
add actions for CITE testing #1576
Comments
@tomkralidis I've started some work on this here: https://github.com/ricardogsilva/team-engine-action Still early work, but I'm thinking it would be valuable to contribute it to someplace other than my personal account - perhaps to geopython? or maybe to opengeospatial? I mean after I can get it to a state where it actually works that is 😛 I'm thinking it would be a generic github action, that a user would configure with something like this: jobs:
perform-cite-testing:
uses: team-engine-action@some-version
with:
server-url: <URL of the server under test>
test-suites:
- <id of ETS 1>
- <id of ETS 2>
- ... |
Thanks @ricardogsilva. For a broader effort, the best place for this work to take place would be in OSGeo. In the OSGeo Standards Committee we have often discussed the need for shared CITE testing across different OSGeo projects, so this sounds like the opportunity to do so :) I've created https://github.com/OSGeo/ogc-cite-action and given us admin rights so you can continue the work there. Tagging/inviting @rouault @gfenoy @tfr42 @dstenger @ghobona who may also be interested in this effort. We can then circle back here to complete integrating the actions the standards in scope. |
@tomkralidis I'd like chat more about this -- @dstenger and I agree that we should be working more closely with OSGeo. I will send you an email |
This Issue has been inactive for 90 days. As per RFC4, in order to manage maintenance burden, it will be automatically closed in 7 days. |
Bumping this issue for status (cc @ricardogsilva) |
Currently, running CITE tests include running against https://cite.opengeospatial.org or running locally via Docker.
For each approved OGC API standard that has an ETS available, we should add a GitHub Action that deploys the ETS Docker image and runs against a pygeoapi configuration for the given ETS
Current OGC API standards with ETSs:
The text was updated successfully, but these errors were encountered: