summaryrefslogtreecommitdiffstats
path: root/docs/userguide/03-architecture.rst
diff options
context:
space:
mode:
authorliang gao <jean.gaoliang@huawei.com>2016-09-13 03:39:05 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-09-13 03:39:05 +0000
commit5afea225d80edd9ed101eccee4e38bbac2f11bda (patch)
treed8b5ab040af1c5e4338d04c08745b13733cf5737 /docs/userguide/03-architecture.rst
parent6692b87a82568814d1ab7638f641b4b1b0f2f6df (diff)
parent23010a775ef15b33d5c8da6f2bfba8316e56141a (diff)
Merge "Refine docs" into stable/colorado
Diffstat (limited to 'docs/userguide/03-architecture.rst')
-rwxr-xr-xdocs/userguide/03-architecture.rst7
1 files changed, 5 insertions, 2 deletions
diff --git a/docs/userguide/03-architecture.rst b/docs/userguide/03-architecture.rst
index 3abb67b7d..ace3117c2 100755
--- a/docs/userguide/03-architecture.rst
+++ b/docs/userguide/03-architecture.rst
@@ -222,7 +222,7 @@ Deployment View
===============
Yardstick deployment view shows how the yardstick tool can be deployed into the
underlying platform. Generally, yardstick tool is installed on JumpServer(see
-`03-installation` for detail installation steps), and JumpServer is
+`07-installation` for detail installation steps), and JumpServer is
connected with other control/compute servers by networking. Based on this
deployment, yardstick can run the test cases on these hosts, and get the test
result for better showing.
@@ -256,8 +256,11 @@ Yardstick Directory structure
by Heat. Currently contains how to build the yardstick-trusty-server
image with the different tools that are needed from within the image.
+*plugin/* - Plug-in configuration files are stored here.
+
*vTC/* - Contains the files for running the virtual Traffic Classifier tests.
*yardstick/* - Contains the internals of Yardstick: Runners, Scenario, Contexts,
- CLI parsing, keys, plotting tools, dispatcher and so on.
+ CLI parsing, keys, plotting tools, dispatcher, plugin
+ install/remove scripts and so on.