Skip to content

Commit c877cb3

Browse files
committed
[ot] python/qemu: ot.km.dpe: update LC ctrl diversification keys
Signed-off-by: Emmanuel Blot <[email protected]>
1 parent a7917c6 commit c877cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/qemu/ot/km/dpe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def load_config(self, config_file: TextIO) -> None:
184184
devtype = devdescs[0]
185185
if devtype == 'ot-lc_ctrl' and devtype not in loaded:
186186
loaded.add(devtype)
187-
for opt in ('invalid', 'production', 'test_dev_rma'):
187+
for opt in 'invalid production test_unlocked dev rma'.split():
188188
sval = self._config.get(section, opt)
189189
if not sval:
190190
raise ValueError(f'Unable to load {opt} LC KM div')

0 commit comments

Comments
 (0)