Opened 9 years ago

Last modified 8 years ago

#1140 closed defect

CITE testing VM — at Initial Version

Reported by: Alex Dumitru Owned by: drusu
Priority: major Milestone: 9.4
Component: petascope Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu, Andrei Badoi
Complexity: Medium

Description

We need a VM containing an installed CITE platform (https://github.com/opengeospatial/teamengine) and a simple way to run a conformance test via HTTP.
Ideally we should be able to request http://vmhost/cite?endpoint=http://myRasdamanService:8080 and get back a response like this:

{
 status: 0,
 failed tests: {}
}

or

{
 status: 1,
 failed_tests: {
  "req-1", "req-18"
 }

Change History (0)

Note: See TracTickets for help on using tickets.