Skip to content

Commit 563999c

Browse files
committed
contest: hw: fix the buggy mc init
This prevented us from using the full name. Signed-off-by: Jakub Kicinski <kuba@kernel.org>
1 parent b6652c8 commit 563999c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

contest/hw/hwksft.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def test(binfo, rinfo, cbarg): # pylint: disable=unused-argument
8282
mc = MCClient(mc_url, caller=executor_name)
8383
nic_vendor = config.get('hw', 'nic_vendor')
8484
nic_model = config.get('hw', 'nic_model')
85-
mc = MCClient(mc_url)
8685

8786
# 1. Build kernel + ksft
8887
try:

0 commit comments

Comments
 (0)