Update README file
Remove no longer necessary TODO statements
Change-Id: Ifa54d9e4cc54dd30bd55a742015b74db38250c4c
diff --git a/tempest/README.rst b/tempest/README.rst
index 63f3ad0..d506bc6 100644
--- a/tempest/README.rst
+++ b/tempest/README.rst
@@ -38,8 +38,6 @@
projects themselves, possibly as functional tests in their unit test
frameworks.
-TODO: The bulk of tempest/tests should move to tempest/api
-
cli
------------
@@ -50,8 +48,6 @@
instantiate. Tempest seems like a logical place for this, as it
prereqs having a running OpenStack cloud.
-TODO: the top level cli directory moves to tempest/cli
-
scenario
------------
@@ -62,9 +58,6 @@
Scenario tests can and should use the OpenStack python clients.
-TODO: tests/network/test_network_basic_ops.py,
-tests/compute/servers/*_ops.py should move to tempest/scenario (others)
-
stress
-----------
@@ -85,8 +78,6 @@
but those should be kept seperate from the normal OpenStack
validation.
-TODO: tempest/tests/boto should become tempest/3rdparty/boto
-
whitebox
----------
@@ -94,5 +85,3 @@
Whitebox tests are tests which require access to the database of the
target OpenStack machine to verify internal state after opperations
are made. White box tests are allowed to use the python clients.
-
-TODO: collect out whitebox tests to this location.