CSIT-1487: Configure PAL for the Report 1904 88/19088/1
authorTibor Frank <tifrank@cisco.com>
Tue, 23 Apr 2019 07:01:12 +0000 (09:01 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 23 Apr 2019 07:01:12 +0000 (09:01 +0200)
- change the week number
- add pdf generation
- change ubuntu and centos images

Change-Id: Iadea2f3dd9cfd77b508bf16ffd154bbd4f1145bf
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/conf.py
resources/tools/presentation/run_report.sh
resources/tools/presentation/specification.yaml

index f46d7c0..f0eb269 100644 (file)
@@ -45,7 +45,7 @@ source_suffix = ['.rst', '.md']
 master_doc = 'index'
 
 # General information about the project.
-report_week = '16'
+report_week = '17'
 project = u'FD.io CSIT-1904.{week}'.format(week=report_week)
 copyright = u'2019, FD.io'
 author = u'FD.io CSIT'
@@ -120,8 +120,8 @@ rst_epilog = """
            dpdkrelease='19.02',
            sdpdkrelease='1902',
            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')
+           csit_ubuntu_ver='csit-ubuntu-16.04.1_2019-03-27_2.4',
+           csit_centos_ver='csit-centos-7.6-1810_2019-04-15_2.4')
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
index 473dcd8..3b5fd4b 100755 (executable)
@@ -38,7 +38,7 @@ export PYTHONPATH=`pwd`
 python pal.py \
     --specification specification.yaml \
     --release ${RELEASE} \
-    --week "13" \
+    --week "17" \
     --logging INFO \
     --force
 
index 3e02af0..ec64396 100644 (file)
   format:
     html:
     - full
-#    pdf:
-#    - minimal
+    pdf:
+    - minimal
 
 ################################################################################
 ###                               T A B L E S                                ###