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 a7917c6 commit c877cb3Copy full SHA for c877cb3
python/qemu/ot/km/dpe.py
@@ -184,7 +184,7 @@ def load_config(self, config_file: TextIO) -> None:
184
devtype = devdescs[0]
185
if devtype == 'ot-lc_ctrl' and devtype not in loaded:
186
loaded.add(devtype)
187
- for opt in ('invalid', 'production', 'test_dev_rma'):
+ for opt in 'invalid production test_unlocked dev rma'.split():
188
sval = self._config.get(section, opt)
189
if not sval:
190
raise ValueError(f'Unable to load {opt} LC KM div')
0 commit comments