Greetings,
I’m trying to run the wfs1.1 cite tests
I’m trying to follow the directions on https://docs.geoserver.org/stable/en/developer/cite-test-guide/index.html#run-wfs-1-1-tests
I have loaded the data into the db as a ‘cite’ database and ‘cite’ table. I can see the data in Geoserver
When I run ant wfs-1.1 it fails.
wfs-1.1:
run-test:
[exec] Jul 19, 2021 4:09:44 PM com.occamlab.te.Generator generateXsl
[exec] INFO: Validating /home/plj/cite/geoserver-cite-tools/engine/apps/engine/resources/com/occamlab/te/scripts/functions.ctl
[exec] Jul 19, 2021 4:09:44 PM com.occamlab.te.Generator generateXsl
[exec] INFO: Validating /home/plj/cite/geoserver-cite-tools/engine/apps/engine/resources/com/occamlab/te/scripts/parsers.ctl
[exec] Jul 19, 2021 4:09:44 PM com.occamlab.te.Generator generateXsl
[exec] INFO: Validating /home/plj/cite/geoserver-cite-tools/engine/scripts/wfs-1.1.0/ctl/all.xml
[exec] <?xml version="1.0" encoding="UTF-8"?>http://jorf1.mitre.org:8080/geoserver/wfs?request=GetCapabilities<value key=“profile”>sf-0Testing suite ctl:wfs-1.1.0-compliance-suite…
[exec] Testing wfs:wfs-main (wfs-1.1.0)…
[exec] Assertion: WFS 1.1.0 Tests
[exec] FAILURE: Did not receive a wfs:WFS_Capabilities document! Skipping remaining tests.
[exec] Test wfs:wfs-main Failed
[exec] Suite ctl:wfs-1.1.0-compliance-suite Failed
[copy] Copying 1 file to /home/plj/cite/geoserver-cite-tools/users/geoserver/wfs-1.1.0
when I do “curl http://jorf1.mitre.org:8080/geoserver/wfs?request=GetCapabilities” I do get expected results
Any thoughts on what I’m doing wrong?