From 051a62a4290b2c93b367889685fcb1514017cddc Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 8 May 2019 14:50:32 +0200 Subject: [PATCH] Update project goals in README.rst file Change-Id: I69bd400e7a65b1832f7a30d3c3793f181ea324bf --- README.rst | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 1b1e265a3..432567626 100644 --- a/README.rst +++ b/README.rst @@ -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