Skip to content
Snippets Groups Projects
Commit a01d4630 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Code cleanup

parent 3c9bda61
No related branches found
No related tags found
3 merge requests!142Release TeraFlowSDN 2.1,!132NetSoft Hackfest extensions, gNMI Driver, gNMI L3NM Service Handler, multiple fixes,!113Draft: NetSoft Hackfest extensions
...@@ -25,14 +25,14 @@ LOGGER = logging.getLogger(__name__) ...@@ -25,14 +25,14 @@ LOGGER = logging.getLogger(__name__)
def main(): def main():
LOGGER.info('Starting...') LOGGER.info('Starting...')
parameters = Parameters( parameters = Parameters(
num_requests = 10, num_requests = 100,
request_types = [ request_types = [
RequestType.SERVICE_L2NM, RequestType.SERVICE_L2NM,
RequestType.SERVICE_L3NM, RequestType.SERVICE_L3NM,
#RequestType.SERVICE_MW, #RequestType.SERVICE_MW,
#RequestType.SERVICE_TAPI, #RequestType.SERVICE_TAPI,
#RequestType.SLICE_L2NM, RequestType.SLICE_L2NM,
#RequestType.SLICE_L3NM, RequestType.SLICE_L3NM,
], ],
device_regex=r'.+', device_regex=r'.+',
endpoint_regex=r'.+', endpoint_regex=r'.+',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment