Fix the 'service' decorator path in doc
Documentation update. Change-Id: I3bca9de9a2e3fbc12647a1c55be0efc4434df2c0
This commit is contained in:
parent
991d62df79
commit
ce3bb9ba1f
@ -103,10 +103,10 @@ to work even if just one ``test_method`` is selected for execution.
|
||||
Service Tagging
|
||||
---------------
|
||||
Service tagging is used to specify which services are exercised by a particular
|
||||
test method. You specify the services with the ``tempest.test.services``
|
||||
test method. You specify the services with the ``tempest.common.utils.services``
|
||||
decorator. For example:
|
||||
|
||||
@services('compute', 'image')
|
||||
@utils.services('compute', 'image')
|
||||
|
||||
Valid service tag names are the same as the list of directories in tempest.api
|
||||
that have tests.
|
||||
|
Loading…
Reference in New Issue
Block a user