Loading src/tests/tools/load_gen/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ def main(): offered_load = 50, holding_time = 10, dry_mode = False, # in dry mode, no request is sent to TeraFlowSDN record_to_dlt = True, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT record_to_dlt = False, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT dlt_domain_id = 'dlt-perf-eval', # domain used to uploaded entities, ignored when record_to_dlt = False ) Loading Loading
src/tests/tools/load_gen/__main__.py +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ def main(): offered_load = 50, holding_time = 10, dry_mode = False, # in dry mode, no request is sent to TeraFlowSDN record_to_dlt = True, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT record_to_dlt = False, # if record_to_dlt, changes in device/link/service/slice are uploaded to DLT dlt_domain_id = 'dlt-perf-eval', # domain used to uploaded entities, ignored when record_to_dlt = False ) Loading