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
JIRAs
Test Cases
Test Case Name | Test Suite | Description | Status |
---|---|---|---|
Test Liveness Probe Endpoint | actuator | Validates the liveness probe endpoint is accessible | NOT TESTED YET |
Test Readiness Probe Endpoint | actuator | Validates the readiness probe endpoint is accessible | NOT TESTED YET |
Create Dataspace | cps-admin | Tests a dataspace being created successfully, | NOT TESTED YET |
Create Schema Set from YANG file | cps-admin | Tests a schema set can be created from yang file uploaded | NOT TESTED YET |
Create Schema Set from ZIP file | cps-admin | Tests a schema set of multiple yang files can be created from zip file uploaded | NOT TESTED YET |
Get Schema Set info | cps-admin | Tests a schema set info retrieval after it's being created | NOT TESTED YET |
Create Anchor | cps-admin | Tests an anchor can be created for given dataspace and schema set | NOT TESTED YET |
Create Data Node | cps-data | Tests data upload | NOT TESTED YET |
Get Data Node by XPath | cps-data | Tests data retrieval by xpath | NOT TESTED YET |