[Buildroot] [PATCH 4/4] support/testing: provide entropy to perl tests

Ricardo Martincoski ricardo.martincoski at gmail.com
Sun Aug 11 01:35:38 UTC 2019


Newer versions of perl-io-socket-ssl require entropy.
Switch to use armv5 builtin kernel that already provides entropy for all
perl tests.

Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/269139402

Signed-off-by: Ricardo Martincoski <ricardo.martincoski at gmail.com>
Cc: Francois Perrad <francois.perrad at gadz.org>
Cc: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
https://gitlab.com/RicardoMartincoski/buildroot/-/jobs/270022909

full run:
https://gitlab.com/RicardoMartincoski/buildroot/pipelines/75770319
---
 support/testing/tests/package/test_perl.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/testing/tests/package/test_perl.py b/support/testing/tests/package/test_perl.py
index 033b7cf347..37e7390a4b 100644
--- a/support/testing/tests/package/test_perl.py
+++ b/support/testing/tests/package/test_perl.py
@@ -12,7 +12,7 @@ class TestPerlBase(infra.basetest.BRTest):
 
     def login(self):
         cpio_file = os.path.join(self.builddir, "images", "rootfs.cpio")
-        self.emulator.boot(arch="armv7",
+        self.emulator.boot(arch="armv5",
                            kernel="builtin",
                            options=["-initrd", cpio_file])
         self.emulator.login()
-- 
2.17.1




More information about the buildroot mailing list