We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45be2af commit 2877af6Copy full SHA for 2877af6
microsoft/testsuites/dpdk/dpdkutil.py
@@ -1505,8 +1505,6 @@ def run_dpdk_symmetric_mp(
1505
all_matches = [
1506
result_regex.finditer(secondary_result.stdout),
1507
result_regex.finditer(primary_result.stdout),
1508
- # result_regex.search(secondary_result.stdout),
1509
- # result_regex.search(primary_result.stdout),
1510
]
1511
match_count = 0
1512
process_data: List[Dict[str, int]] = []
0 commit comments