Fix typos in tempest/api/README.rst

Change-Id: Icf2ba80e5561ca439a91f4851b09bf013e0d2492
Fixes: Bug #1212545
This commit is contained in:
Yong Sheng Gong 2013-08-15 13:52:41 +08:00
parent bc8dbd315c
commit e99072d65c
1 changed files with 3 additions and 3 deletions

View File

@ -9,15 +9,15 @@ One of Tempest's prime function is to ensure that your OpenStack cloud
works with the OpenStack API as documented. The current largest works with the OpenStack API as documented. The current largest
portion of Tempest code is devoted to test cases that do exactly this. portion of Tempest code is devoted to test cases that do exactly this.
It's also important to test not only the expected possitive path on It's also important to test not only the expected positive path on
APIs, but also to provide them with invalid data to ensure they fail APIs, but also to provide them with invalid data to ensure they fail
in expected and documented ways. Over the course of the OpenStack in expected and documented ways. Over the course of the OpenStack
project Tempest has discovered many fundamental bugs by doing just project Tempest has discovered many fundamental bugs by doing just
this. this.
In order for some APIs to return meaniful results, there must be In order for some APIs to return meaningful results, there must be
enough data in the system. This means these tests might start by enough data in the system. This means these tests might start by
spinning up a server, image, etc, then opperating on it. spinning up a server, image, etc, then operating on it.
Why are these tests in tempest? Why are these tests in tempest?