aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2019-03-11 09:23:38 +0100
committerTibor Frank <tifrank@cisco.com>2019-03-11 17:09:09 +0100
commit0efeb097beb4e4af0361a403bf98ad1dab252e69 (patch)
tree6da15875d0811ba73af0e6910f7085301aa352db
parentb006bbe792d6338aae365410680563709303326b (diff)
CSIT-1456: Report 1901.1 Configuration
Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258 Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r--docs/report/index.html.template4
-rw-r--r--docs/report/index.pdf.template4
-rw-r--r--docs/report/introduction/report_history.rst46
-rw-r--r--resources/tools/presentation/conf.py18
-rwxr-xr-xresources/tools/presentation/run_report.sh2
5 files changed, 16 insertions, 58 deletions
diff --git a/docs/report/index.html.template b/docs/report/index.html.template
index 3ac9a77220..e29d16efdb 100644
--- a/docs/report/index.html.template
+++ b/docs/report/index.html.template
@@ -1,5 +1,5 @@
-CSIT-1901
-=========
+CSIT-1901.1
+===========
.. toctree::
:maxdepth: 2
diff --git a/docs/report/index.pdf.template b/docs/report/index.pdf.template
index 624f8cf10f..28206feada 100644
--- a/docs/report/index.pdf.template
+++ b/docs/report/index.pdf.template
@@ -1,5 +1,5 @@
-CSIT-1901
-=========
+CSIT-1901.1
+===========
.. toctree::
:numbered:
diff --git a/docs/report/introduction/report_history.rst b/docs/report/introduction/report_history.rst
index b2d93d61d5..0d60b87ceb 100644
--- a/docs/report/introduction/report_history.rst
+++ b/docs/report/introduction/report_history.rst
@@ -1,54 +1,12 @@
Report History
==============
-FD.io CSIT-1901 Report history and per .[ww] revision changes are listed below.
+FD.io CSIT-1901.1 Report history and per .[ww] revision changes are listed below.
+----------------+------------------------------------------------------------+
| .[ww] Revision | Changes |
+================+============================================================+
-| .10 | 1. Added more Link bonding test results. |
-| | |
-| | - Tested VPP version: 19.01-10 |
-| | |
-+----------------+------------------------------------------------------------+
-| .09 | 1. Added more test runs: |
-| | |
-| | a. VPP K8s Container Memif on 3n-hsw testbed. |
-| | |
-| | 2. Added Link bonding test results. |
-| | |
-| | - Tested VPP version: 19.01-10 |
-| | |
-| | 3. Removed TCP/IP tests. |
-| | |
-| | 4. Reorganized graphs: |
-| | |
-| | a. :ref:`VPP_Packet_Throughput` |
-| | b. :ref:`throughput_speedup_multi_core` |
-| | c. :ref:`VPP_Packet_Latency` |
-| | |
-+----------------+------------------------------------------------------------+
-| .08 | 1. Added more test runs: |
-| | |
-| | a. VPP on 3n-hsw testbed, |
-| | b. VPP on 3n-skx testbed, |
-| | c. VPP on 2n-skx testbed, |
-| | d. VPP functional, |
-| | e. DPDK on 3n-hsw testbed, |
-| | f. DPDK on 3n-skx testbed, |
-| | g. DPDK on 2n-skx testbed, |
-| | h. VPP K8s Container Memif on 3n-hsw testbed, |
-| | i. NFV VPP tests on 2n-skx testbed. |
-| | |
-| | 2. Methodology updated: |
-| | |
-| | a. :ref:`PLRsearch algorithm` |
-| | |
-| | 3. Removed Denverton. |
-| | 4. Removed NSH_SFC. |
-| | |
-+----------------+------------------------------------------------------------+
-| .07 | Initial version |
+| .11 | Initial version |
| | |
+----------------+------------------------------------------------------------+
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py
index b38bf6ce35..72005e6954 100644
--- a/resources/tools/presentation/conf.py
+++ b/resources/tools/presentation/conf.py
@@ -45,8 +45,8 @@ source_suffix = ['.rst', '.md']
master_doc = 'index'
# General information about the project.
-report_week = '10'
-project = u'FD.io CSIT-1901.{week}'.format(week=report_week)
+report_week = '11'
+project = u'FD.io CSIT-1901.1.{week}'.format(week=report_week)
copyright = u'2019, FD.io'
author = u'FD.io CSIT'
@@ -109,14 +109,14 @@ rst_epilog = """
.. _CSIT Testbed Setup: https://git.fd.io/csit/tree/resources/tools/testbed-setup/README.md?h={release}
.. _K8s configuration files: https://github.com/FDio/csit/tree/{release}/resources/templates/kubernetes
.. _VPP startup.conf: https://git.fd.io/vpp/tree/src/vpp/conf/startup.conf?h=stable/{srelease}
-""".format(release='rls1901',
+""".format(release='rls1901_1',
report_week=report_week,
- prev_release='rls1810',
- srelease='1901',
- csitrelease='1901',
- csit_prev_release='1810',
- vpprelease='19.01',
- vpp_prev_release='18.10',
+ prev_release='rls1901',
+ srelease='1901_1',
+ csitrelease='1901.1',
+ csit_prev_release='1901',
+ vpprelease='19.01.1',
+ vpp_prev_release='19.01',
dpdkrelease='18.11',
sdpdkrelease='1811',
trex_version='v2.35',
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh
index a6c56861f1..57449561be 100755
--- a/resources/tools/presentation/run_report.sh
+++ b/resources/tools/presentation/run_report.sh
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
python pal.py \
--specification specification.yaml \
--release ${RELEASE} \
- --week "10" \
+ --week "11" \
--logging INFO \
--force