diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-11-07 12:57:31 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-11-07 12:22:53 +0000 |
commit | f9983d929094a7b3200baaca3b31734438c79796 (patch) | |
tree | 9f50fc4a73d612a9ff52aeccc3c98215c302faed /resources | |
parent | 7540019e72b0c9b959d58df86eb7e111e6c17c94 (diff) |
CSIT-1342: Edit the static content for CSIT-1810 report
Change-Id: Idb4abd737265504402aca56f826a6ae8c219a2c1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/conf.py | 2 | ||||
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/conf.py b/resources/tools/presentation/conf.py index 9de9d9e18e..d8a569b859 100644 --- a/resources/tools/presentation/conf.py +++ b/resources/tools/presentation/conf.py @@ -104,7 +104,7 @@ 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 """.format(release='rls1810', - report_version='v0.1', + report_version='v1.0', prev_release='rls1807', srelease='1810', csitrelease='18.10', diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 8dcd17bbf9..9435ce01a6 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} \ - --version "0.1" \ + --version "1.0" \ --logging INFO \ --force |