Commit 2beec004 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Load Generator component:

- defined extra-long hold time to have time to validate configurations
parent 2325c4d1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ class LoadGeneratorServiceServicerImpl(LoadGeneratorServiceServicer):
                RequestType.SLICE_L3NM,
            ],
            offered_load  = 50,
            holding_time  = 10,
            holding_time  = 3600,
            dry_mode      = False,           # in dry mode, no request is sent to TeraFlowSDN
            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