diff options
Diffstat (limited to 'docs/testing')
-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 | ||||
-rw-r--r-- | docs/testing/user/installation/.gitkeep | 0 | ||||
-rw-r--r-- | docs/testing/user/installation/README | 1 | ||||
-rw-r--r-- | docs/testing/user/installation/docker.rst | 1 | ||||
-rw-r--r-- | docs/testing/user/installation/index.rst | 15 | ||||
-rw-r--r-- | docs/testing/user/installation/overview.rst | 1 | ||||
-rw-r--r-- | docs/testing/user/installation/source.rst | 1 | ||||
-rw-r--r-- | docs/testing/user/scenarios/.gitkeep | 0 | ||||
-rw-r--r-- | docs/testing/user/scenarios/README | 1 |
11 files changed, 26 insertions, 18 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 diff --git a/docs/testing/user/installation/.gitkeep b/docs/testing/user/installation/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/docs/testing/user/installation/.gitkeep +++ /dev/null diff --git a/docs/testing/user/installation/README b/docs/testing/user/installation/README new file mode 100644 index 00000000..037d8dfa --- /dev/null +++ b/docs/testing/user/installation/README @@ -0,0 +1 @@ +Not applicable for non-installer project
\ No newline at end of file diff --git a/docs/testing/user/installation/docker.rst b/docs/testing/user/installation/docker.rst deleted file mode 100644 index f5d01191..00000000 --- a/docs/testing/user/installation/docker.rst +++ /dev/null @@ -1 +0,0 @@ -How to install qtip from docker registry diff --git a/docs/testing/user/installation/index.rst b/docs/testing/user/installation/index.rst deleted file mode 100644 index 7b19a1ca..00000000 --- a/docs/testing/user/installation/index.rst +++ /dev/null @@ -1,15 +0,0 @@ -.. 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 Installation Guide -####################### - -.. toctree:: - :maxdepth: 2 - - ./overview.rst - ./docker.rst - ./source.rst diff --git a/docs/testing/user/installation/overview.rst b/docs/testing/user/installation/overview.rst deleted file mode 100644 index c9651d22..00000000 --- a/docs/testing/user/installation/overview.rst +++ /dev/null @@ -1 +0,0 @@ -What will be installed and how.
\ No newline at end of file diff --git a/docs/testing/user/installation/source.rst b/docs/testing/user/installation/source.rst deleted file mode 100644 index d32b245f..00000000 --- a/docs/testing/user/installation/source.rst +++ /dev/null @@ -1 +0,0 @@ -How to install qtip from source.
\ No newline at end of file diff --git a/docs/testing/user/scenarios/.gitkeep b/docs/testing/user/scenarios/.gitkeep deleted file mode 100644 index e69de29b..00000000 --- a/docs/testing/user/scenarios/.gitkeep +++ /dev/null diff --git a/docs/testing/user/scenarios/README b/docs/testing/user/scenarios/README new file mode 100644 index 00000000..037d8dfa --- /dev/null +++ b/docs/testing/user/scenarios/README @@ -0,0 +1 @@ +Not applicable for non-installer project
\ No newline at end of file |