From: Yujun Zhang Date: Mon, 20 Mar 2017 13:27:13 +0000 (+0800) Subject: Create archtecture design specification X-Git-Tag: danube.1.0~24^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F61%2F31061%2F2;p=qtip.git Create archtecture design specification JIRA: QTIP-148 Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022 Signed-off-by: Yujun Zhang --- diff --git a/docs/testing/developer/design/_assets/sequence.png b/docs/testing/developer/design/_assets/sequence.png new file mode 100644 index 00000000..b15458bf 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 index 00000000..50222b5b Binary files /dev/null and b/docs/testing/developer/design/_assets/standalone.png differ 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