diff options
author | JingLu5 <lvjing5@huawei.com> | 2016-09-02 12:13:28 +0800 |
---|---|---|
committer | JingLu5 <lvjing5@huawei.com> | 2016-09-07 09:37:31 +0800 |
commit | a56615d868c14c0d60862c8d84f87ca0c668c82f (patch) | |
tree | 587eb342916a4285760632e81f05311e186486a5 /docs/userguide/03-architecture.rst | |
parent | 24a89d189076f0c008fdc1115c527cf39ef8f30d (diff) |
Refine docs
Change-Id: Ia3760bb2c3154f4d5460651f4fa15030f6689eec
Signed-off-by: JingLu5 <lvjing5@huawei.com>
Diffstat (limited to 'docs/userguide/03-architecture.rst')
-rwxr-xr-x | docs/userguide/03-architecture.rst | 7 |
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. |