Commit ef969180 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Tools - load-gen:

- disabled DLT by default
parent 65a8011b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
    )