From c15a1ca71134d032f69bde7e0af5aa4d51c2d871 Mon Sep 17 00:00:00 2001 From: David Kranz Date: Tue, 17 Sep 2013 20:58:47 -0400 Subject: [PATCH] Remove claim that scenario tests need 2 services Update TODO about service tags. Change-Id: Idc8ea0d9fe56e0077753753c5b6238092e842806 --- tempest/scenario/README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tempest/scenario/README.rst b/tempest/scenario/README.rst index 98b74e436a..6703dda0f4 100644 --- a/tempest/scenario/README.rst +++ b/tempest/scenario/README.rst @@ -24,13 +24,12 @@ projects. Scope of these tests -------------------- -Scenario tests should always test at least 2 services in -interaction. They should use the official python client libraries for +Scenario tests should use the official python client libraries for OpenStack, as they provide a more realistic approach in how people will interact with the services. -TODO: once we have service tags, tests should be tagged with which -services they exercise. +Tests should be tagged with which services they exercise, as +determined by which client libraries are used directly by the test. Example of a good test