Create archtecture design specification 61/31061/2
authorYujun Zhang <zhang.yujunz@zte.com.cn>
Mon, 20 Mar 2017 13:27:13 +0000 (21:27 +0800)
committerYujun Zhang <zhang.yujunz@zte.com.cn>
Tue, 21 Mar 2017 01:48:24 +0000 (09:48 +0800)
JIRA: QTIP-148
Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
docs/testing/developer/design/_assets/sequence.png [new file with mode: 0644]
docs/testing/developer/design/_assets/standalone.png [new file with mode: 0644]
docs/testing/developer/design/arch.rst

diff --git a/docs/testing/developer/design/_assets/sequence.png b/docs/testing/developer/design/_assets/sequence.png
new file mode 100644 (file)
index 0000000..b15458b
Binary files /dev/null and b/docs/testing/developer/design/_assets/sequence.png differ
diff --git a/docs/testing/developer/design/_assets/standalone.png b/docs/testing/developer/design/_assets/standalone.png
new file mode 100644 (file)
index 0000000..50222b5
Binary files /dev/null and b/docs/testing/developer/design/_assets/standalone.png differ
index e69de29..d95faba 100644 (file)
@@ -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