...
Akraino uses Tempest for end-to-end testing. Tempest is a group of black box functional/integration tests run against a live OpenStack cluster. Tempest tests cover aspects such as API validation, scenarios, and anything else useful to help validate an OpenStack deployment.
Tempest Flow Diagram
Test Automation
The test_automation project is from Akraino Gerrit. It is to be cloned into /opt
directory on the designated test node. For cloning 'git clone' command can be used and it is shown in the box below.
...