diff options
author | Maryam Tahhan <maryam.tahhan@intel.com> | 2016-08-09 08:18:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-09 08:18:42 +0000 |
commit | 8fc264914ec05e572543f7d857a7ff4f437ffa9d (patch) | |
tree | 2db112701fdda3307a82e8ba3db1f09e7b7e87d1 /vsperf | |
parent | 31f0a3e0a25e147e285d14e2e262ac48aa83ce65 (diff) | |
parent | cf535048b35be9776e167632dddb416fd042ef49 (diff) |
Merge "bugfix: Harmonize test/trial RFC2544 terminology"
Diffstat (limited to 'vsperf')
-rwxr-xr-x | vsperf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -180,7 +180,7 @@ def parse_arguments(): group.add_argument('--test-params', action=_SplitTestParamsAction, help='csv list of test parameters: key=val; e.g.' 'including pkt_sizes=x,y; duration=x; ' - 'rfc2544_trials=x ...') + 'rfc2544_tests=x ...') group.add_argument('--opnfvpod', help='name of POD in opnfv') args = vars(parser.parse_args()) |