From c268dd6bebe6d534d84361bce6958fcbe33bc229 Mon Sep 17 00:00:00 2001 From: Masayuki Igawa Date: Wed, 18 Sep 2013 00:51:05 +0900 Subject: [PATCH] Add 'Field' to the title of the Field Guides In several field guides, the title doesn't have 'Field'. This causes inconsistency in the tempest documentation. http://docs.openstack.org/developer/tempest/#field-guides This commit adds 'Field' word to the field guides. Change-Id: I0379442da59f66b1f5a0e755e5383c56b2a46688 --- tempest/api/README.rst | 4 ++-- tempest/cli/README.rst | 4 ++-- tempest/scenario/README.rst | 4 ++-- tempest/tests/README.rst | 4 ++-- tempest/thirdparty/README.rst | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/tempest/api/README.rst b/tempest/api/README.rst index 9d8dc10922..9eac19d213 100644 --- a/tempest/api/README.rst +++ b/tempest/api/README.rst @@ -1,5 +1,5 @@ -Tempest Guide to API tests -========================== +Tempest Field Guide to API tests +================================ What are these tests? diff --git a/tempest/cli/README.rst b/tempest/cli/README.rst index f86adf3f01..dcd940b10b 100644 --- a/tempest/cli/README.rst +++ b/tempest/cli/README.rst @@ -1,5 +1,5 @@ -Tempest Guide to CLI tests -========================== +Tempest Field Guide to CLI tests +================================ What are these tests? diff --git a/tempest/scenario/README.rst b/tempest/scenario/README.rst index 98b74e436a..eea889a677 100644 --- a/tempest/scenario/README.rst +++ b/tempest/scenario/README.rst @@ -1,5 +1,5 @@ -Tempest Guide to Scenario tests -=============================== +Tempest Field Guide to Scenario tests +===================================== What are these tests? diff --git a/tempest/tests/README.rst b/tempest/tests/README.rst index 4098686527..33d321feda 100644 --- a/tempest/tests/README.rst +++ b/tempest/tests/README.rst @@ -1,5 +1,5 @@ -Tempest Guide to Unit tests -=========================== +Tempest Field Guide to Unit tests +================================= What are these tests? --------------------- diff --git a/tempest/thirdparty/README.rst b/tempest/thirdparty/README.rst index b77581724e..53cb54b785 100644 --- a/tempest/thirdparty/README.rst +++ b/tempest/thirdparty/README.rst @@ -1,5 +1,5 @@ -Tempest Guide to Third Party API tests -====================================== +Tempest Field Guide to Third Party API tests +============================================ What are these tests?