CSIT-1456: Report 1901.1 Configuration 73/18173/4
authorTibor Frank <tifrank@cisco.com>
Mon, 11 Mar 2019 08:23:38 +0000 (09:23 +0100)
committerTibor Frank <tifrank@cisco.com>
Mon, 11 Mar 2019 16:07:14 +0000 (16:07 +0000)
Change-Id: Ic629722527e6db6c0594d9499a123b29dc8cf258
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/index.html.template
docs/report/index.pdf.template
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh

index 3ac9a77..e29d16e 100644 (file)
@@ -1,5 +1,5 @@
-CSIT-1901
-=========
+CSIT-1901.1
+===========
 
 .. toctree::
     :maxdepth: 2
index 624f8cf..28206fe 100644 (file)
@@ -1,5 +1,5 @@
-CSIT-1901
-=========
+CSIT-1901.1
+===========
 
 .. toctree::
     :numbered:
index b2d93d6..0d60b87 100644 (file)
@@ -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                                            |
 |                |                                                            |
 +----------------+------------------------------------------------------------+
 
index c39896a..72005e6 100644 (file)
@@ -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,16 +109,16 @@ 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='1808',
+           sdpdkrelease='1811',
            trex_version='v2.35',
            csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-01-04_2.3',
            csit_centos_ver='csit-centos-7.4-1711_2019-01-04_2.1')
index a6c5686..5744956 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "10" \
+    --week "11" \
     --logging INFO \
     --force