diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-02-16 06:49:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-16 06:49:53 +0000 |
commit | 5e3c9075dcc12619a97b9e99b26532c5576fc6ca (patch) | |
tree | 4542e4e7501eaf7993a6ee0b9aa6ffa2d3eb04d0 | |
parent | 1025a5d703cec7a479f7644dc916dfa82a84ffaf (diff) | |
parent | 3fc93050783784879baccdcb37d2b2326f23aca3 (diff) |
Merge "NSBPerf: fix indent"
-rwxr-xr-x | yardstick/cmd/NSBperf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/cmd/NSBperf.py b/yardstick/cmd/NSBperf.py index dd96b7fc8..c3730f834 100755 --- a/yardstick/cmd/NSBperf.py +++ b/yardstick/cmd/NSBperf.py @@ -115,7 +115,7 @@ class YardstickNSCli(object): def generate_final_report(self, test_case): """ Function will check if partial test results are available and generates final report in rst format. -""" + """ report_caption = '{}\n{} ({})\n{}\n\n'.format( '================================================================', |