diff options
author | 2021-01-02 18:06:24 +0100 | |
---|---|---|
committer | 2021-01-02 18:06:24 +0100 | |
commit | 728484538a803bb0c7eef8dca48580c3e5ac99af (patch) | |
tree | f2bdefd1c4dd1373d6d7830c418fe4cc80d32dc9 /support | |
parent | 3b10ee391e3295610d4afcf50b57bd321d5b1b5a (diff) | |
download | buildroot-728484538a803bb0c7eef8dca48580c3e5ac99af.tar.gz buildroot-728484538a803bb0c7eef8dca48580c3e5ac99af.tar.bz2 |
support/testing: fix flake8 issue in CPE ID test
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Diffstat (limited to 'support')
-rw-r--r-- | support/testing/tests/core/test_cpeid.py | 1 |
1 files changed, 1 insertions, 0 deletions
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")] |