diff options
author | Jan Gelety <jgelety@cisco.com> | 2017-04-25 18:17:41 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2017-04-25 18:39:49 +0200 |
commit | da1d1bc2857b711e068de73f1ee7407ced8aea2c (patch) | |
tree | 16c80e5c226097fea63254c689596154939db7b5 | |
parent | 2078d242c86e27240ff28a51117e827ec78c92b0 (diff) |
Fix: CSIT report gen for policer
Change-Id: I45bd6e8099b702965e0d20b44b6e99971f25af53
Signed-off-by: Jan Gelety <jgelety@cisco.com>
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index ceb2e501f6..ff6a876967 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -354,7 +354,7 @@ python run_robot_data.py -i ${WORKING_DIR}/archive/output.xml \ --regex ".+ipolicemark.*" \ --title "QoS Policer Metering" python run_robot_teardown_data.py -i ${WORKING_DIR}/archive/output.xml \ - --output ${DTC_FUNC_SOURCE_DIR}/vpp_performancefunctional_configuration_policer.rst \ + --output ${DTC_FUNC_SOURCE_DIR}/vpp_functional_configuration_policer.rst \ --data "VAT_H" -f "rst" --start 4 --level 2 \ --regex ".+ipolicemark.*" \ --title "QoS Policer Metering" |