diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-20 21:27:13 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-21 09:48:24 +0800 |
commit | 4cc2702260907bee0d9ee336a33982f28140cf8c (patch) | |
tree | b164d8f11d8c7513ec4c36142ea3aac2997765dc /docs | |
parent | 51b1b84b191a0ce3dd4e2431c73583ef5e1a8fd9 (diff) |
Create archtecture design specification
JIRA: QTIP-148
Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/testing/developer/design/_assets/sequence.png | bin | 0 -> 44132 bytes | |||
-rw-r--r-- | docs/testing/developer/design/_assets/standalone.png | bin | 0 -> 47515 bytes | |||
-rw-r--r-- | docs/testing/developer/design/arch.rst | 24 |
3 files changed, 24 insertions, 0 deletions
diff --git a/docs/testing/developer/design/_assets/sequence.png b/docs/testing/developer/design/_assets/sequence.png Binary files differnew file mode 100644 index 00000000..b15458bf --- /dev/null +++ b/docs/testing/developer/design/_assets/sequence.png diff --git a/docs/testing/developer/design/_assets/standalone.png b/docs/testing/developer/design/_assets/standalone.png Binary files differnew file mode 100644 index 00000000..50222b5b --- /dev/null +++ b/docs/testing/developer/design/_assets/standalone.png diff --git a/docs/testing/developer/design/arch.rst b/docs/testing/developer/design/arch.rst index e69de29b..d95faba6 100644 --- a/docs/testing/developer/design/arch.rst +++ b/docs/testing/developer/design/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 |