aboutsummaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/design/arch.rst
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-23 16:52:11 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-28 14:24:20 +0800
commit70a2d13f97596df1d748bc3ebc31fc19abca23bb (patch)
tree671fb4751d1c1002ba3706b7a378014b95c32bea /docs/testing/developer/design/arch.rst
parentcdc3d2a50bb02f2e68e7f497ae73bbb80ba8db35 (diff)
Rename docs/testing/developer/design to docs/testing/developer/devguide
See https://git.opnfv.org/opnfvdocs/tree/docs/testing/testing-dev.rst Change-Id: Iac14adf4a2876fd74972dcf6279f7022e92cb9b5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/testing/developer/design/arch.rst')
-rw-r--r--docs/testing/developer/design/arch.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/testing/developer/design/arch.rst b/docs/testing/developer/design/arch.rst
deleted file mode 100644
index d95faba6..00000000
--- a/docs/testing/developer/design/arch.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) 2017 ZTE Corp.
-
-
-########################
-QTIP Architecture Design
-########################
-
-In Danube, QTIP releases its standalone mode, which is also know as ``solo``:
-
-.. figure:: _assets/standalone.png
- :alt: QTIP standalone mode
-
-The runner could be launched from CLI (command line interpreter) or API
-(application programming interface) and drives the testing jobs. The generated
-data including raw performance data and testing environment are fed to collector.
-Performance metrics will be parsed from the raw data and used for QPI calculation.
-Then the benchmark report is rendered with the benchmarking results.
-
-The execution can be detailed in the diagram below:
-
-.. figure:: _assets/sequence.png
- :alt: QTIP execution sequence