CORD Tester is an automation framework that has been built to test CORD platform. This framework also extends to test SEBA
Few main insights to the framework
- Framework is developed in a modular fashion to support various components of CORD. By being modular, not only end-end but individual functional tests could also be developed.
- Framework can also be used to write tests for both SEBA-in-a-Box and Physical POD installations.
- API framework helps to write unit level tests and end-end XOS based tests
Please find the following links to learn more about cord-tester framework
Link for clone : https://github.com/opencord/cord-tester
Setup CORD-Tester virtual-environment: https://github.com/opencord/cord-tester/blob/master/src/test/cord-api/setup_venv.sh
Getting started : https://guide.opencord.org/cord-tester/qa_testsetup.html