Update project goals in README.rst file

Change-Id: I69bd400e7a65b1832f7a30d3c3793f181ea324bf
This commit is contained in:
Federico Ressi 2019-05-08 14:50:32 +02:00
parent db5d953046
commit 051a62a429
1 changed files with 9 additions and 4 deletions

View File

@ -20,10 +20,15 @@ runs test cases to validate that the cloud workloads are still functional.
Main Project Goals
~~~~~~~~~~~~~~~~~~
- Provide a Python framework to write system scenario test cases;
- Provide CLI tools to implement a workflow designed to test potentially
destructive operations (like cloud nodes reboot, update, upgrade...).
- Provide tools to monitor and recollect the healthy status of the cloud
- To provide a Python framework to write system scenario test cases.
- To provide tools for testing OpenStack system operations like update,
upgrades and fast forward upgrade.
- To provide CLI tools to implement a workflow designed to test potentially
destructive operations (like rebooting cloud nodes, restarting services
or others kinds of fault injections).
- To provide tools to monitor and recollect the healthy status of the cloud as
seen from user perspective (black-box testing) or from inside (white-box
testing).
References