From ce3bb9ba1fc1749f5f87a6df140c6b50352ab756 Mon Sep 17 00:00:00 2001 From: mmkmmk57 Date: Wed, 20 Sep 2017 13:41:41 +0900 Subject: [PATCH] Fix the 'service' decorator path in doc Documentation update. Change-Id: I3bca9de9a2e3fbc12647a1c55be0efc4434df2c0 --- HACKING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HACKING.rst b/HACKING.rst index 79ebc4ddfb..8407734d33 100644 --- a/HACKING.rst +++ b/HACKING.rst @@ -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.