https://github.com/rhecosystemappeng/dbaas-e2e-test-harness
https://github.com/rhecosystemappeng/dbaas-e2e-test-harness
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhecosystemappeng/dbaas-e2e-test-harness
- Owner: RHEcosystemAppEng
- Created: 2021-09-21T13:56:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T15:32:10.000Z (almost 4 years ago)
- Last Synced: 2025-04-05T10:33:34.540Z (about 1 year ago)
- Language: Go
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dbaas-e2e-test-harness
This is an example test harness meant for testing the DBaaS operator addon. It does the following:
* Tests for the existence of the dbaas.redhat.com CRD's. These should be present if the DBaaS
operator addon has been installed properly.
* Writes out a junit XML file with tests results to the /test-run-results directory as expected
by the [https://github.com/openshift/osde2e](osde2e) test framework.
* Writes out an `addon-metadata.json` file which will also be consumed by the osde2e test framework.
Note for developers:
* Before committing a change, run `make lint` to see if there are formatting issues and fix them if any.