aboutsummaryrefslogtreecommitdiffstats
path: root/docs/userguide
diff options
context:
space:
mode:
authorkubi <jean.gaoliang@huawei.com>2016-03-24 10:34:45 +0800
committerkubi <jean.gaoliang@huawei.com>2016-03-25 16:08:04 +0800
commite2876079f91b617bbcfc63b1e75e808319b8cd75 (patch)
treeecfcd1c37a48b6abad98ced56b7ed2a45d9baac2 /docs/userguide
parentbf1746e6432e18f17b6d8e890c72c93cd9ac928c (diff)
Use Case View Part Of SWA
this part will show some use case to help users to use yardstick Change-Id: If521bebaff066185ba59ffa5ab35347915818926 Signed-off-by: kubi <jean.gaoliang@huawei.com>
Diffstat (limited to 'docs/userguide')
-rw-r--r--docs/userguide/architecture.rst27
-rw-r--r--docs/userguide/images/Use_case.pngbin0 -> 105787 bytes
2 files changed, 26 insertions, 1 deletions
diff --git a/docs/userguide/architecture.rst b/docs/userguide/architecture.rst
index ccf8d482c..c34a3c857 100644
--- a/docs/userguide/architecture.rst
+++ b/docs/userguide/architecture.rst
@@ -127,7 +127,32 @@ Snippet of an Iteration runner configuration:
Use-Case View
=============
-TBD(kubi)
+Yardstick Use-Case View shows two kinds of users. One is the Tester who will
+do testing in cloud, the other is the User who is more concerned with test result
+and result analyses.
+
+For testers, they will run a single test case or test case suite to verify
+infrastructure compliance or bencnmark their own infrastructure performance.
+Test result will be stored by dispatcher module, three kinds of store method
+(file, influxdb and http) can be configured. The detail information of
+scenarios and runners can be queried with CLI by testers.
+
+For users, they would check test result with four ways.
+
+If dispatcher module is configured as file(default), there are two ways to
+check test result. One is to get result from yardstick.out ( default path:
+/tmp/yardstick.out), the other is to get plot of test result, it will be shown
+if users execute command "yardstick-plot".
+
+If dispatcher module is configured as influxdb, users will check test
+result on Grafana which is most commonly used for visualizing time series data.
+
+If dispatcher module is configured as http, users will check test result
+on OPNFV testing dashboard which use MongoDB as backend.
+
+.. image:: images/Use_case.png
+ :width: 800px
+ :alt: Yardstick Use-Case View
Logical View
============
diff --git a/docs/userguide/images/Use_case.png b/docs/userguide/images/Use_case.png
new file mode 100644
index 000000000..acd52f526
--- /dev/null
+++ b/docs/userguide/images/Use_case.png
Binary files differ