-
Notifications
You must be signed in to change notification settings - Fork 5
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
Enable test execution using a RESTful API #84
Comments
@keshav-nangare Ist the fix for opengeospatial/teamengine#362 required? The name of the tes suite listed with http://localhost:8081/teamengine/rest/suites is currently The list of parameters http://localhost:8081/teamengine/rest/suites/wfs/1.33-SNAPSHOT/ described also the parameter wfs-basic which cannot be disabled. I think this can be removed from the list and described in the test. |
Yes, teamengine fix opengeospatial/teamengine#362 is required for all the CTL based REST interface implementation.
This wfs-basic CC is defined in ctl test itself thats why I have added only for information. I will remove from this list. You can see here how wfs-basic is defined: ets-wfs11/src/main/scripts/ctl/main.ctl Line 182 in c45d5e5
|
http://localhost:8081/teamengine/rest/suites/wfs/1.33-SNAPSHOT/run?capabilities-url=http://cite.deegree.org/deegree-webservices-3.4-RC3/services/wfs110?service=WFS%26request=GetCapabilities could be executed successful. Test result was not compared. |
I have updated the test suite name and removed the wfs-basic parameter from the site overview document. |
Create an interface to execute CTL test-suite using RESTful API.
Reference: opengeospatial/ets-wms13#34
The text was updated successfully, but these errors were encountered: