summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Treinish <mtreinish@kortar.org>2015-09-11 14:46:21 -0400
committerMatthew Treinish <mtreinish@kortar.org>2015-12-17 17:59:20 -0500
commit42d69512d993d972153daa0ae0fe34f6f7886ada (patch)
treeadec72409fdeb383bb59aa0afbb9c1e7134357a2 /README.rst
parent2d219b1e0f200b27f8f8dc6662dcfc7b1c35829c (diff)
downloadtempest-42d69512d993d972153daa0ae0fe34f6f7886ada.tar.gz
Remove the ec2 api tests from tempest
With the introduction of tempest plugins we can now remove the third party tests for the ec2 api using boto. They've always been the ugly duckling in tempest (except that it never turned into a swan) where they go against some of the fundamental principles of tempest tests. For exaple, like having it's own client implementation, oh and testing OpenStack APIs. This patch removes all the pieces of the third party test dir and deprecates all the config options related to boto. A plugin implementation is being worked [1] that can be used to fill the coverage hole left by removing these from the tempest tree [1] https://github.com/mtreinish/tempest_ec2 Change-Id: Ib5e24e19bcba9808a9f49fe7f328668df77fe4f9
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 45cb4c0d0..71e185fda 100644
--- a/README.rst
+++ b/README.rst
@@ -87,7 +87,7 @@ as it is simpler, and quicker to work with.
be done with testr directly or any `testr`_ based test runner, like
`ostestr`_. For example, from the working dir running::
- $ ostestr --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario|thirdparty))'
+ $ ostestr --regex '(?!.*\[.*\bslow\b.*\])(^tempest\.(api|scenario))'
will run the same set of tests as the default gate jobs.