From 4cc2702260907bee0d9ee336a33982f28140cf8c Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 20 Mar 2017 21:27:13 +0800 Subject: Create archtecture design specification JIRA: QTIP-148 Change-Id: I1d5d83e0bd59b1f504bbf3ad3bd4a5cc9a6ff022 Signed-off-by: Yujun Zhang --- docs/testing/developer/design/_assets/sequence.png | Bin 0 -> 44132 bytes .../developer/design/_assets/standalone.png | Bin 0 -> 47515 bytes docs/testing/developer/design/arch.rst | 24 +++++++++++++++++++++ 3 files changed, 24 insertions(+) create mode 100644 docs/testing/developer/design/_assets/sequence.png create mode 100644 docs/testing/developer/design/_assets/standalone.png 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 -- cgit 1.2.3-korg