commit: https://git.buildroot.net/buildroot/commit/?id=728484538a803bb0c7eef8dca48580c3e5ac99af
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Signed-off-by: Yann E. MORIN <redacted>
---
support/testing/tests/core/test_cpeid.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/support/testing/tests/core/test_cpeid.py b/support/testing/tests/core/test_cpeid.py
index 23471e4444..acac8c3adf 100644
--- a/support/testing/tests/core/test_cpeid.py
+++ b/support/testing/tests/core/test_cpeid.py
@@ -2,6 +2,7 @@ import infra
import subprocess
import json
+
class CpeIdTest(infra.basetest.BRConfigTest):
config = ""
br2_external = [infra.filepath("tests/core/cpeid-br2-external")]