diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-03-28 07:21:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-28 07:21:46 +0000 |
commit | 784ef9f52c634aaa4e8727bb4a80cef1793d3391 (patch) | |
tree | 1c59edea8eb8f87a5a0c39ae2a4d38b3c0ed20d4 /docs/testing/developer/devguide/arch.rst | |
parent | 19f370a198baabed7a6bca3a149049bbc0f9ac73 (diff) | |
parent | 70a2d13f97596df1d748bc3ebc31fc19abca23bb (diff) |
Merge "Rename docs/testing/developer/design to docs/testing/developer/devguide" into stable/danube
Diffstat (limited to 'docs/testing/developer/devguide/arch.rst')
-rw-r--r-- | docs/testing/developer/devguide/arch.rst | 24 |
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 |