allow short edids, import full edid on with kvmd-edidconf

This commit is contained in:
Maxim Devaev
2025-03-19 03:51:31 +02:00
parent 2c4f7f1458
commit b86f4cd437
5 changed files with 47 additions and 36 deletions

View File

@@ -94,6 +94,9 @@ def test_fail__valid_switch_edid_id__allowed_default(arg: Any) -> None:
# =====
@pytest.mark.parametrize("arg", [
"f" * 256,
"0" * 256,
"1a" * 128,
"f" * 512,
"0" * 512,
"1a" * 256,