PODs(physical nodes) are deployed everynight using Jenkins Build System. After a successful installation of the POD, test jobs are triggered which validate the following categories of tests
Post Installation Verification
Functional Tests
These tests perform the following validations
To execute the test, perform the following from the client machine
cd cord-tester/src/test/diag pybot SanityK8Pod.robot
Control tests can be executed on the POD once the sanity checks are successful.
To validate the end-end functionality checks on the RCORD Lite APIs, the following control plane test can be executed.
$ cd cord-tester/src/test/cord-api/Properties $ cat RestApiProperties.py SERVER_IP = 'localhost' SERVER_PORT = '9101' USER = 'xosadmin@opencord.org' PASSWD = ''
cd cord-tester/src/test/cord-api/Tests/ pybot VOLTDevice_Test.txt pybot RCORDLite_E2ETest.txt
For CORD 6.0 release, data plane tests are executed manually on the POD using OLT/ONU.