summaryrefslogtreecommitdiffstats
path: root/docs/testing/developer/design
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-23 16:52:11 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-03-28 14:24:20 +0800
commit70a2d13f97596df1d748bc3ebc31fc19abca23bb (patch)
tree671fb4751d1c1002ba3706b7a378014b95c32bea /docs/testing/developer/design
parentcdc3d2a50bb02f2e68e7f497ae73bbb80ba8db35 (diff)
Rename docs/testing/developer/design to docs/testing/developer/devguide
See https://git.opnfv.org/opnfvdocs/tree/docs/testing/testing-dev.rst Change-Id: Iac14adf4a2876fd74972dcf6279f7022e92cb9b5 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'docs/testing/developer/design')
-rw-r--r--docs/testing/developer/design/_assets/sequence.pngbin44132 -> 0 bytes
-rw-r--r--docs/testing/developer/design/_assets/standalone.pngbin47515 -> 0 bytes
-rw-r--r--docs/testing/developer/design/api.rst2
-rw-r--r--docs/testing/developer/design/arch.rst24
-rw-r--r--docs/testing/developer/design/cli.rst24
-rw-r--r--docs/testing/developer/design/compute-qpi.rst69
-rw-r--r--docs/testing/developer/design/index.rst16
7 files changed, 0 insertions, 135 deletions
diff --git a/docs/testing/developer/design/_assets/sequence.png b/docs/testing/developer/design/_assets/sequence.png
deleted file mode 100644
index b15458bf..00000000
--- a/docs/testing/developer/design/_assets/sequence.png
+++ /dev/null
Binary files differ
diff --git a/docs/testing/developer/design/_assets/standalone.png b/docs/testing/developer/design/_assets/standalone.png
deleted file mode 100644
index 50222b5b..00000000
--- a/docs/testing/developer/design/_assets/standalone.png
+++ /dev/null
Binary files differ
diff --git a/docs/testing/developer/design/api.rst b/docs/testing/developer/design/api.rst
deleted file mode 100644
index eb2b0d67..00000000
--- a/docs/testing/developer/design/api.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-- Which framework has been used and why
-- How to extend to more api
diff --git a/docs/testing/developer/design/arch.rst b/docs/testing/developer/design/arch.rst
deleted file mode 100644
index d95faba6..00000000
--- a/docs/testing/developer/design/arch.rst
+++ /dev/null
@@ -1,24 +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 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/developer/design/cli.rst b/docs/testing/developer/design/cli.rst
deleted file mode 100644
index 487bdec5..00000000
--- a/docs/testing/developer/design/cli.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-- Which framework has been used and why
-- How to extend to more commands
-
-Original content from DEVELOP.md
-
- ### CLI
-
- Click currently supports Bash completion. The prerequisite for this is that the program
- needs to be installed correctly. To install Qtip, execute the following command in root
- folder of Qtip:
-
- ```
- cd <project root>
- pip install -e .
- ```
-
- Once the installation has been completed successfully, the following needs to be added to
- the `.bashrc` file:
-
- ```
- eval "$(_QTIP_COMPLETE=source qtip)"
- ```
-
- The above would activate command completion for Qtip.
diff --git a/docs/testing/developer/design/compute-qpi.rst b/docs/testing/developer/design/compute-qpi.rst
deleted file mode 100644
index 2e5aa87c..00000000
--- a/docs/testing/developer/design/compute-qpi.rst
+++ /dev/null
@@ -1,69 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) 2016 ZTE Corp.
-
-
-***********
-Compute QPI
-***********
-
-The compute QPI gives user an overall score for system compute performace.
-
-Summary
-=======
-
-The compute QPI are calibrated a ZTE `E9000 <http://www.zte.com.cn/global/products/cocloud/cloud_computing/cloud_infrastructure/cloud_hw/429552>`_ server as a baseline with score of 2500 points.
-Higher scores are better, with double the score indicating double the performance.
-The compute QPI provides three different kinds of scores:
-
-* Workload Scores
-* Section Scores
-* Compute QPI Scores
-
-Baseline
-========
-
-ZTE E9000 server with an 2 Deca core Intel Xeon CPU processor,128560.0MB Memory.
-
-Workload Scores
-===============
-
-Each time a workload is executed QTIP calculates a score based on the computer's performance
-compared to the baseline performance.
-
-Section Scores
-==============
-
-QTIP uses a number of different tests, or workloads, to measure performance.
-The workloads are divided into five different sections:
-
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-| Section | Detail | Indication |
-+=================+==============================================================+==========================================+
-| Integer | Integer workloads measure the integer instruction performace | All app relies on integer |
-| | of host or vm by performing Dhrystone test. | performance |
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-| Floating point | Floating point workloads measure the floating pointperfo | Floating point performance is especially |
-| | rmance by performing Whetstone test. | important in video games,digital content |
-| | | creation applications. |
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-| Memory | Memory workloads measure memory bandwidth by performing | Software working with cipher large |
-| | RamSpeed test. | amounts data relies on SSL Performace. |
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-| DPI | DPI workloads measure deep-packet inspection speed by | Software working with network packet |
-| | performing nDPI test. | anlysis relies on DPI performance. |
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-| SSL | SSL Performance workloads measure cipher speeds by | Software working with cipher large |
-| | using the OpenSSL tool. | amounts data relies on SSL Performace |
-+-----------------+--------------------------------------------------------------+------------------------------------------+
-
-A section score is the `geometric mean <https://en.wikipedia.org/wiki/Geometric_mean>`_ of all the workload scores for workloads
-that are part of the section. These scores are useful for determining the performance of
-the computer in a particular area.
-
-Compute QPI Scores
-==================
-
-The compute QPI score is the `weighted arithmetic mean <https://en.wikipedia.org/wiki/Weighted_arithmetic_mean>`_ of the five section scores.
-The compute QPI score provides a way to quickly compare performance across different
-computers and different platforms without getting bogged down in details.
diff --git a/docs/testing/developer/design/index.rst b/docs/testing/developer/design/index.rst
deleted file mode 100644
index 2b4bd9b0..00000000
--- a/docs/testing/developer/design/index.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0 International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. (c) 2016 ZTE Corp.
-
-
-##########################
-QTIP Design Specifications
-##########################
-
-.. toctree::
- :maxdepth: 2
-
- arch.rst
- cli.rst
- api.rst
- compute-qpi.rst