Skip to content
Snippets Groups Projects
Commit e7be252c authored by Pablo Armingol's avatar Pablo Armingol
Browse files

pre merge code clean up

parent 04a4f930
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!104OpenConfig driver multivendor & ACLs
......@@ -78,7 +78,7 @@ export CRDB_DATABASE="tfs"
export CRDB_DEPLOY_MODE="single"
# Disable flag for dropping database, if it exists.
export CRDB_DROP_DATABASE_IF_EXISTS="YES"
export CRDB_DROP_DATABASE_IF_EXISTS=""
# Disable flag for re-deploying CockroachDB from scratch.
export CRDB_REDEPLOY=""
......@@ -126,7 +126,7 @@ export QDB_TABLE_MONITORING_KPIS="tfs_monitoring_kpis"
export QDB_TABLE_SLICE_GROUPS="tfs_slice_groups"
# Disable flag for dropping tables if they exist.
export QDB_DROP_TABLES_IF_EXIST="YES"
export QDB_DROP_TABLES_IF_EXIST=""
# Disable flag for re-deploying QuestDB from scratch.
export QDB_REDEPLOY=""
......
This diff is collapsed.
......@@ -25,14 +25,14 @@ LOGGER = logging.getLogger(__name__)
def main():
LOGGER.info('Starting...')
parameters = Parameters(
num_requests = 10,
num_requests = 100,
request_types = [
RequestType.SERVICE_L2NM,
RequestType.SERVICE_L3NM,
#RequestType.SERVICE_MW,
#RequestType.SERVICE_TAPI,
#RequestType.SLICE_L2NM,
#RequestType.SLICE_L3NM,
RequestType.SLICE_L2NM,
RequestType.SLICE_L3NM,
],
device_regex=r'.+',
endpoint_regex=r'.+',
......
This diff is collapsed.
This diff is collapsed.
......@@ -51,6 +51,7 @@
</div> -->
</div>
<table class="table table-striped table-hover">
<thead>
<tr>
......
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