Report: Configure Report 2001.11 41/25641/3
authorTibor Frank <tifrank@cisco.com>
Wed, 4 Mar 2020 09:16:02 +0000 (10:16 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 4 Mar 2020 15:34:12 +0000 (16:34 +0100)
Change-Id: I5af4ef16464ee372d5ff9a41695870c22a3311bf
Signed-off-by: Tibor Frank <tifrank@cisco.com>
docs/report/introduction/report_history.rst
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index bac932a..a970ea7 100644 (file)
@@ -6,6 +6,13 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .11            | 1. Added Soak tests                                        |
+|                |                                                            |
+|                | 2. Added data:                                             |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .10            | 1. Added data:                                             |
 |                |                                                            |
 |                |    - VPP performance tests 3n-hsw                          |
@@ -29,8 +36,6 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
 |                |                                                            |
 |                | 5. Added TCP/IP tests                                      |
 |                |                                                            |
-|                | 6. Added Soak tests                                        |
-|                |                                                            |
 +----------------+------------------------------------------------------------+
 | .09            | 1. Added data:                                             |
 |                |                                                            |
index c602ecf..c774ffe 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'10'
+report_week = u'11'
 project = u'FD.io CSIT-2001.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
index 97d67bc..98cba7d 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "10" \
+    --week "11" \
     --logging INFO \
     --force
 
index 16bb42d..b184b4b 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+#    pdf:
+#    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###