summaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/devguide/arch.rst
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-24 07:46:58 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-24 07:46:58 +0000
commit218495e275178b93441390d17a12cb7b7e7f6112 (patch)
treefa966ec01f74271131c30f0588dc4ee3bbad029b /docs/testing/developer/devguide/arch.rst
parentebed51569f56d240d26d060e7cf7d6c502b5545d (diff)
parent91be1b903acf91669d98779d8c468091117d4fa5 (diff)
Merge "Rename docs/testing/developer/design to docs/testing/developer/devguide"
Diffstat (limited to 'docs/testing/developer/devguide/arch.rst')
-rw-r--r--docs/testing/developer/devguide/arch.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/testing/developer/devguide/arch.rst b/docs/testing/developer/devguide/arch.rst
new file mode 100644
index 00000000..d95faba6
--- /dev/null
+++ b/docs/testing/developer/devguide/arch.rst
@@ -0,0 +1,24 @@
+.. 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