[CI] Fix port list benchmark

Change-Id: Ifdcf69f605e38f4c56661c8fd3c6b8aac087fc78
This commit is contained in:
Julia Kreger 2023-03-22 11:52:18 -07:00
parent eb3cbc027b
commit b201e52f89
1 changed files with 2 additions and 0 deletions

View File

@ -235,6 +235,7 @@ def _assess_db_object_and_api_performance_ports(mock_log, mock_request):
node_ident=None,
address=None,
portgroup_ident=None,
shard=None,
marker=None,
limit=None,
sort_key="id",
@ -249,6 +250,7 @@ def _assess_db_object_and_api_performance_ports(mock_log, mock_request):
node_ident=None,
address=None,
portgroup_ident=None,
shard=None,
marker=res['ports'][-1]['uuid'],
limit=None,
sort_key="id",