diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-03-05 15:05:58 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-03-05 15:10:12 +0100 |
commit | 206432e83d94c7eceb68c230ea2b0e9b205b5c6b (patch) | |
tree | 7dbc325895022f5b341623a825991c23e2af1def /resources/tools/presentation/run_report.sh | |
parent | 0618266872706772e4fd2efdbbd3d4948e7eff5c (diff) |
Report: Add LB Data
- Change the version to 1901.10
Change-Id: I4a976a55b375a00fe3498ef26e676ce9410ff7f2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index ccbd225902..a6c56861f1 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} \ - --week "09" \ + --week "10" \ --logging INFO \ --force |