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:
parent
484748e8b5
commit
b824990749
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user