We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6652c8 commit 563999cCopy full SHA for 563999c
1 file changed
contest/hw/hwksft.py
@@ -82,7 +82,6 @@ def test(binfo, rinfo, cbarg): # pylint: disable=unused-argument
82
mc = MCClient(mc_url, caller=executor_name)
83
nic_vendor = config.get('hw', 'nic_vendor')
84
nic_model = config.get('hw', 'nic_model')
85
- mc = MCClient(mc_url)
86
87
# 1. Build kernel + ksft
88
try:
0 commit comments