mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-04 06:10:16 +03:00
support/testing: add python-crossbar tests
This test invokes "crossbar version" command, that checks all dependencies found in setup.py files and prints some system related information. Add haveged to the target to generate enough entropy so crossbar -> pynacl -> libsodium don't hang waiting for /dev/random. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> [Ricardo: move test script to a separate file, remove Python 2 variant, add haveged to target to add entropy and avoid hanging] Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
6a24761c72
commit
ad361c69f6
3
support/testing/tests/package/sample_python_crossbar.py
Normal file
3
support/testing/tests/package/sample_python_crossbar.py
Normal file
@@ -0,0 +1,3 @@
|
||||
import crossbar
|
||||
|
||||
crossbar.run(["version"])
|
||||
Reference in New Issue
Block a user