X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=vsperf;h=789e5df8069c96f5ce8b5b203804a1239c6900bd;hb=refs%2Fchanges%2F07%2F14007%2F3;hp=98bc7db03a3f86651a44f4efa31a56f576818987;hpb=3a535d0252be0a6fc014e654b61e06620cc615a0;p=vswitchperf.git diff --git a/vsperf b/vsperf index 98bc7db0..789e5df8 100755 --- a/vsperf +++ b/vsperf @@ -610,7 +610,7 @@ def main(): # set traffic details, so they can be passed to traffic ctl traffic = copy.deepcopy(TRAFFIC_DEFAULTS) traffic.update({'traffic_type': get_test_param('traffic_type', 'rfc2544'), - 'bidir': get_test_param('bidirectional', False), + 'bidir': get_test_param('bidirectional', 'False'), 'multistream': int(get_test_param('multistream', 0)), 'stream_type': get_test_param('stream_type', 'L4'), 'frame_rate': int(get_test_param('iload', 100))})