diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-08-17 11:27:37 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-08-17 11:39:09 +0000 |
commit | 8fdf612a77a9c6d6888364d41b238dcad34ff554 (patch) | |
tree | 6bdcf11b09557c3bf799b310b605c3836c3b8c69 /resources/tools | |
parent | c9011da954e3af3550191610784b358f9ba6a9bf (diff) |
Remove DPDK MRR changes section from report
Bump report version to 0.7
Change-Id: I77478e3b58daab25bdece1e67795cc911f470136
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/tools')
-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 2dc55cc9b6..173f2345a0 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.6" \ + --version "0.7" \ --logging INFO \ --force |