Report: Configure Report 2001.12 82/25782/2
authorTibor Frank <tifrank@cisco.com>
Wed, 11 Mar 2020 05:09:43 +0000 (06:09 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 11 Mar 2020 12:53:02 +0000 (12:53 +0000)
Change-Id: I3d19380a12016ee65711d4e92c3cfbc109a2e18f
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 2f60877..baa1f72 100644 (file)
@@ -6,6 +6,13 @@ FD.io CSIT-2001 Report history and per .[ww] revision changes are listed below.
 +----------------+------------------------------------------------------------+
 | .[ww] Revision | Changes                                                    |
 +================+============================================================+
+| .12            | 1. Added data:                                             |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
+|                |                                                            |
++----------------+------------------------------------------------------------+
 | .11            | 1. Added Soak tests                                        |
 |                |                                                            |
 |                | 2. Added data:                                             |
index c774ffe..d17140b 100644 (file)
@@ -46,7 +46,7 @@ source_suffix = [u'.rst', u'.md']
 master_doc = u'index'
 
 # General information about the project.
-report_week = u'11'
+report_week = u'12'
 project = u'FD.io CSIT-2001.{week}'.format(week=report_week)
 copyright = u'2020, FD.io'
 author = u'FD.io CSIT'
index 98cba7d..b246e91 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../:`pwd`/../../libraries/python
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "11" \
+    --week "12" \
     --logging INFO \
     --force
 
index 5259521..712c28b 100644 (file)
   format:
     html:
     - full
-    pdf:
-    - minimal
+#    pdf:
+#    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###