You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Table Of Contents:


Overview

The integration testing is implemented as CSIT Jenkins jobs as described in Project-specific CSIT structure

Jenkins jobs: TBD

On CSIT job execution

  • the CPS docker image is built 
  • the runtime environment of CPS and PosgreSQL containers is up using docker-compose
  • the tests are executed using Robot Framework 
  • the test results are published as Jenkins job results

JIRAs

  • CPS-188 - Getting issue details... STATUS
  • CPS-261 - Getting issue details... STATUS

Test Cases

Test Case NameTest SuiteDescriptionStatus
Test Liveness Probe EndpointactuatorValidates the liveness probe endpoint is accessible

NOT TESTED YET

Test Readiness Probe EndpointactuatorValidates the readiness probe endpoint is accessible

NOT TESTED YET

Create Dataspacecps-adminTests a dataspace being created successfully,

NOT TESTED YET

Create Schema Set from YANG filecps-adminTests a schema set can be created from yang file uploaded

NOT TESTED YET

Create Schema Set from ZIP filecps-adminTests a schema set of multiple yang files can be created from zip file uploaded

NOT TESTED YET

Get Schema Set infocps-adminTests a schema set info retrieval after it's being created

NOT TESTED YET

Create Anchorcps-adminTests an anchor can be created for given dataspace and schema set

NOT TESTED YET

Create Data Nodecps-dataTests data upload

NOT TESTED YET

Get Data Node by XPathcps-dataTests data retrieval by xpath

NOT TESTED YET

  • No labels