From b82499074939f46d3155050de5726153bc8ebb9a Mon Sep 17 00:00:00 2001 From: Ken'ichi Ohmichi Date: Wed, 1 Jun 2016 17:11:04 -0700 Subject: [PATCH] Fix Tempest testing way on the doc Previously, Tempest used openstack libraries like python-novaclient on scenario tests. However, we have changed them to call REST API instead of libraries calls. In addition, 3rd party tests(EC2) aslo has been removed. Then this patch fixes the doc. Change-Id: Ieab08742edc67294a5b27efb8ff1fb4fd1890805 --- README.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 650a1ed7c..8a2b55ef2 100644 --- a/README.rst +++ b/README.rst @@ -25,8 +25,7 @@ Tempest Design Principles that we strive to live by. discover features of a cloud incorrectly, and give people an incorrect assessment of their cloud. Explicit is always better. - Tempest uses OpenStack public interfaces. Tests in Tempest should - only touch public interfaces, API calls (native or 3rd party), - or libraries. + only touch public OpenStack APIs. - Tempest should not touch private or implementation specific interfaces. This means not directly going to the database, not directly hitting the hypervisors, not testing extensions not