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
This commit is contained in:
Ken'ichi Ohmichi 2016-06-01 17:11:04 -07:00
parent 484748e8b5
commit b824990749

View File

@ -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