kumquat-buildroot/support/testing/tests/package
Thomas Petazzoni a9df206190 support/testing/tests/package/test_python_boto3: use ext2 instead of cpio
The CPIO filesystem generated by the test_python_boto3 test is too
large, and doesn't fit as an initramfs in the 256MB of RAM available
in the versatilepb machine. This causes a "Initramfs unpacking failed:
write error" when booting, and many files being missing from the root
filesystem, ultimately causing the test to fail.

It would make sense to switch all test cases to use ext2 + a
hard-drive, but for now, let's fix the few test cases that are causing
problems.

Fixes:

  https://gitlab.com/buildroot.org/buildroot/-/jobs/2884635041

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
[yann.morin.1998@free.fr:
  - drop superfluous# BR2_TARGET_ROOTFS_TAR is not set
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2022-08-16 22:55:19 +02:00
..
br2-external pacakge: drop remnants of $(HOST_DIR)/usr 2022-07-24 11:30:40 +02:00
test_glxinfo/rootfs-overlay/etc/X11/xorg.conf.d support/testing: test_glxinfo load X11 modules in the right order 2021-05-18 15:25:49 +02:00
test_lxc support/testing: add lxc test 2019-11-20 22:38:25 +01:00
test_mender/rootfs-overlay support/testing: add package/test_mender.py 2022-01-07 19:05:46 +01:00
test_msr_tools support/testing: add test for msr-tools 2022-07-16 23:48:25 +02:00
test_ola/rootfs-overlay/usr/bin support/testing: add test for ola 2022-08-01 21:58:49 +02:00
test_openssh support/testing: add openssh runtime test 2020-08-19 22:13:43 +02:00
test_opkg support/testing: new opkg test case 2020-02-03 22:17:42 +01:00
__init__.py
copy-sample-script-to-target.sh
sample_bmap_tools.sh support/testing/tests/package/test_bmap_tools: new test 2021-06-25 14:24:22 +02:00
sample_gst1_python.py support: utils: use python3 explicitly 2021-09-22 21:30:24 +02:00
sample_libftdi1.py support/testing: add libftdi1 test case 2020-02-23 11:12:09 +01:00
sample_python_aexpect.py package/python-aexpect: new package 2022-01-06 09:28:57 +01:00
sample_python_argh.py
sample_python_attrs.py
sample_python_augeas.py support/testing/tests/package/test_python_augeas: new test 2021-06-24 23:42:04 +02:00
sample_python_autobahn.py
sample_python_automat.py
sample_python_avro.py package/python-avro: fix capitalizations of Parse 2022-05-17 22:50:33 +02:00
sample_python_bitstring.py
sample_python_boto3.py support/testing: add new test for python-boto3 2021-10-26 21:34:27 +02:00
sample_python_botocore.py support/testing: add new test for python-botocore 2021-10-26 21:34:27 +02:00
sample_python_can.py support/testing: add python-can test case 2020-01-31 08:05:21 +01:00
sample_python_cbor_dec.py
sample_python_cbor_enc.py support/testing: do not print non-utf-8 chars on cbor test 2019-08-11 22:11:55 +02:00
sample_python_click.py
sample_python_colorzero.py support/testing: add python-colorzero test 2020-06-18 21:45:00 +02:00
sample_python_constantly.py
sample_python_construct.py package/python-construct: new package 2022-08-03 21:20:58 +02:00
sample_python_crossbar.py package/python-crossbar: adjust dependencies based on requirements-min.txt 2022-08-08 22:27:35 +02:00
sample_python_cryptography.py
sample_python_dbus_next.py support/testing: sample_python_dbus_next: ignore F821 flake8 error 2021-10-18 22:30:44 +02:00
sample_python_distro.py support/testing: add test for python-distro 2022-02-12 13:55:52 +01:00
sample_python_django.py support/testing: add python-django test 2019-12-05 23:02:14 +01:00
sample_python_dtschema.py support/testing: add test for python-dtschema 2022-08-07 14:54:28 +02:00
sample_python_flask_expects_json.py package/python-flask-expects-json: new package 2021-09-23 21:53:57 +02:00
sample_python_flask.py support/testing/tests/package/test_python_flask: new test 2021-09-23 21:48:22 +02:00
sample_python_git.py package/python-git: new package 2021-09-23 21:59:26 +02:00
sample_python_gitdb2.py support/testing: really fix python-gitdb2 test 2020-01-04 09:29:36 +01:00
sample_python_gnupg.py support/testing: add test for python-gnupg 2022-01-26 18:01:08 +01:00
sample_python_gobject.py support: utils: use python3 explicitly 2021-09-22 21:30:24 +02:00
sample_python_gpiozero.py support/testing: add python-gpiozero test 2020-06-18 21:45:00 +02:00
sample_python_incremental.py support/testing: fix the TestPythonPy[2,3]Incremental test cases 2021-10-31 18:42:55 +01:00
sample_python_iptables.py support/testing: add runtime test for python-iptables 2022-01-06 22:05:03 +01:00
sample_python_jmespath.py support/testing: add new test for python-jmespath 2022-07-22 23:18:59 +02:00
sample_python_passlib.py
sample_python_pexpect.py
sample_python_pyalsa.py support/testing: add test for python-pyalsa 2022-07-28 23:12:28 +02:00
sample_python_pybind.py support/testing: add test for python-pybind 2022-01-07 22:26:08 +01:00
sample_python_pynacl.py
sample_python_pytest_asyncio.py support/testing: add pytest-asyncio test 2020-12-31 15:10:16 +01:00
sample_python_pytest.py support/testing: add pytest test 2020-09-06 14:46:41 +02:00
sample_python_pyyaml_dec.py support/testing/../sample_python_pyyaml_dec.py: unbreak after move to pyaml 6.0 2022-02-21 21:56:34 +01:00
sample_python_pyyaml_enc.py
sample_python_qrcode.py package/python-qrcode: new package 2022-08-08 22:24:45 +02:00
sample_python_rpi_gpio.py support/tests: add runtime test for python-rpi-gpio 2020-08-23 23:29:55 +02:00
sample_python_rsa.py package/python-rsa: new package 2021-08-04 22:27:28 +02:00
sample_python_rtoml.py package/python-rtoml: new package 2022-08-02 23:19:08 +02:00
sample_python_s3transfer.py support/testing: add new test for python-s3transfer 2022-07-22 22:52:03 +02:00
sample_python_scipy.py support/testing/tests/test_python_scipy: add scipy::io module testing 2022-08-03 18:35:54 +02:00
sample_python_service_identity.py
sample_python_smmap2.py support/testing: add smmap2 test 2019-12-16 23:28:08 +01:00
sample_python_treq.py
sample_python_twisted.py
sample_python_txaio_asyncio.py
sample_python_txaio_twisted.py
sample_python_txtorcon.py
sample_python_ubjson_dec.py
sample_python_ubjson_enc.py
sample_python_unittest_xml_reporting.py support/testing/tests/package/sample_python_unittest_xml_reporting.py: fix flake8 warnings 2021-11-08 22:12:22 +01:00
test_atop.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_avocado.py package/avocado: new package 2022-07-26 10:07:52 +02:00
test_bmap_tools.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_clang.py testing/tests: CLANG compiler-rt runtime test 2022-06-20 21:32:43 +02:00
test_crudini.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_docker_compose.py support/testing: switch to prebuilt toolchain, core2duo to Nehalem 2021-09-21 22:24:31 +02:00
test_dropbear.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_dtbocfg.py package/dtbocfg: new package 2021-10-11 22:50:40 +02:00
test_execline.py support/testing: add execline tests 2021-05-04 21:34:36 +02:00
test_gdb.py support/testing: add suite of tests for gdb 2021-10-10 19:41:32 +02:00
test_glxinfo.py support/testing: test_glxinfo: bump to kernel 4.19.204 2021-09-21 22:20:15 +02:00
test_gst1_python.py support/testing: don't use TestPythonPackageBase.config and linaro toolchain 2020-04-06 22:16:36 +02:00
test_ipython.py support/testing/tests: drop Python 2.x test in test_ipython 2019-05-18 22:41:22 +02:00
test_libftdi1.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_libshdata.py support/testing/tests/package/test_libshdata: new test 2022-01-12 00:30:06 +01:00
test_lpeg.py support/testing/tests/package/test_lua*: regeneration 2019-03-31 12:15:02 +02:00
test_lsqlite3.py support/testing: add lsqlite3 test 2019-03-28 17:20:00 +01:00
test_lua_argon2.py package/lua-argon2: new package 2021-12-27 22:25:30 +01:00
test_lua_augeas.py package/lua-augeas: new package 2021-10-12 22:21:12 +02:00
test_lua_cffi.py support/testing: fix test_lua_cffi.py flake8 error 2022-02-07 08:52:55 +01:00
test_lua_cqueues.py support/testing: add lua-cqueues test 2019-09-29 09:15:08 +02:00
test_lua_curl.py support/testing/tests/package/test_lua*: regeneration 2019-03-31 12:15:02 +02:00
test_lua_gd.py support/testing: add lua-gd test 2019-10-26 16:31:03 +02:00
test_lua_http.py support/testing: add lua-http test 2019-03-28 19:01:00 +01:00
test_lua_inotify.py package/lua-inotify: new package 2022-01-08 18:03:59 +01:00
test_lua_lunix.py package/lua-lunix: new package 2021-07-13 22:19:07 +02:00
test_lua_lyaml.py package/lua-lyaml: new package 2020-03-20 23:00:30 +01:00
test_lua_sdl2.py package/lua: use Lua 5.4 as default 2022-02-05 23:45:19 +01:00
test_lua_utf8.py support/testing: test_lua_utf8: fix test after bump to lua-utf8 0.1.2 2020-04-27 22:03:21 +02:00
test_lua_zlib.py package/lua-zlib: new package 2021-06-14 22:31:32 +02:00
test_lua.py package/lua: use Lua 5.4 as default 2022-02-05 23:45:19 +01:00
test_luaexpat.py support/testing: add luaexpat test 2019-03-28 17:20:00 +01:00
test_luafilesystem.py support/testing: add luafilesystem test 2019-03-28 17:20:00 +01:00
test_lualdap.py package/lualdap: new package 2020-12-31 15:13:06 +01:00
test_luaossl.py support/testing/tests/package/test_lua*: regeneration 2019-03-31 12:15:02 +02:00
test_luaposix.py package/luaposix: bump to version 34.1.1 2019-08-01 18:11:33 +02:00
test_luasec.py support/testing: add luasec test 2019-03-28 17:20:00 +01:00
test_luasocket.py support/testing/tests/package/test_lua*: regeneration 2019-03-31 12:15:02 +02:00
test_luasyslog.py support/testing: improve test_luasyslog 2019-08-02 17:35:44 +02:00
test_luvi.py support/testing: test_luvi: make luvi test reproducible 2021-11-12 23:26:17 +01:00
test_lxc.py support/testing: test_lxc: bump kernel version to 5.15.38 for complete pidfds support 2022-05-13 21:08:30 +02:00
test_lzlib.py support/testing: add lzlib test 2019-10-26 16:30:58 +02:00
test_mender.py support/testing: add package/test_mender.py 2022-01-07 19:05:46 +01:00
test_msr_tools.py support/testing: add test for msr-tools 2022-07-16 23:48:25 +02:00
test_netdata.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_octave.py support/testing: octave: increase test timeout 2022-08-08 23:07:23 +02:00
test_ola.py support/testing: add test for ola 2022-08-01 21:58:49 +02:00
test_openjdk.py testing/tests/package/test_openjdk.py: bump kernel version to 5.10.34 2021-05-05 21:37:21 +02:00
test_openssh.py support/testing: test_openssh: use a prebuilt toolchain 2021-09-21 22:23:50 +02:00
test_opkg.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_perl_class_load.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_dbd_mysql.py
test_perl_encode_detect.py
test_perl_gdgraph.py
test_perl_html_parser.py support/testing: add missing test file for perl-html-parser 2020-03-15 21:38:56 +01:00
test_perl_io_socket_multicast.py
test_perl_io_socket_ssl.py package/perl-io-socket-ssl: bump to version 2.070 2021-04-24 22:46:43 +02:00
test_perl_libwww_perl.py package/perl-libwww-perl: bump to version 6.53 2021-04-24 22:46:44 +02:00
test_perl_lwp_protocol_https.py package/perl-lwp-protocol-https: new package 2020-03-15 21:38:56 +01:00
test_perl_mail_dkim.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_x10.py support/testing/tests/package/test_perl_*: regeneration 2019-03-31 14:01:50 +02:00
test_perl_xml_libxml.py
test_perl.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_php_apcu.py package/php-apcu: new package 2021-12-17 22:46:55 +01:00
test_php_lua.py support/testing: test_php_lua: fix flake8 error 2021-12-20 18:56:15 +01:00
test_php_pam.py package/php-pam: new package 2021-12-17 22:46:55 +01:00
test_php_pecl_dbus.py package/php-pecl-dbus: new package 2021-10-27 22:10:38 +02:00
test_pixz.py support/testing: add test for pixz 2022-07-16 23:44:04 +02:00
test_polkit.py support/testing: add polkit tests 2021-07-24 23:29:21 +02:00
test_prosody.py
test_python_aexpect.py package/python-aexpect: new package 2022-01-06 09:28:57 +01:00
test_python_argh.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_attrs.py support/testing: remove python2 tests for automat and attrs 2021-09-27 16:34:22 +02:00
test_python_augeas.py support/testing/tests/package/test_python_augeas: new test 2021-06-24 23:42:04 +02:00
test_python_autobahn.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_automat.py support/testing: remove python2 tests for automat and attrs 2021-09-27 16:34:22 +02:00
test_python_avro.py support/testing: add test for python-avro 2019-12-29 21:38:33 +01:00
test_python_bitstring.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_boto3.py support/testing/tests/package/test_python_boto3: use ext2 instead of cpio 2022-08-16 22:55:19 +02:00
test_python_botocore.py support/testing: add new test for python-botocore 2021-10-26 21:34:27 +02:00
test_python_can.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_cbor.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_click.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_colorzero.py support/testing: remove TestPythonPy2Colorzero 2021-05-14 19:24:33 +02:00
test_python_constantly.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_construct.py package/python-construct: new package 2022-08-03 21:20:58 +02:00
test_python_crossbar.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_cryptography.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_dbus_next.py support/testing: add python-dbus-next test 2021-05-19 16:41:10 +02:00
test_python_distro.py support/testing: add test for python-distro 2022-02-12 13:55:52 +01:00
test_python_django.py support/testing: test_python_django: use the timeout_multiplier value 2020-04-12 12:08:51 +02:00
test_python_dtschema.py support/testing: add test for python-dtschema 2022-08-07 14:54:28 +02:00
test_python_flask_expects_json.py support/testing: fix python_flask_expect_python 2021-10-12 22:51:25 +02:00
test_python_flask.py support/testing/tests/package/test_python_flask: new test 2021-09-23 21:48:22 +02:00
test_python_git.py package/python-git: new package 2021-09-23 21:59:26 +02:00
test_python_gitdb2.py package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7 2021-09-23 21:41:36 +02:00
test_python_gnupg.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_gobject.py support/testing/tests/package/test_python_gobject.py: fix flake8 warning 2020-03-24 15:54:29 +01:00
test_python_gpiozero.py support/testing: remove TestPythonPy2Gpiozero 2021-05-14 19:24:24 +02:00
test_python_incremental.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_iptables.py support/testing: add runtime test for python-iptables 2022-01-06 22:05:03 +01:00
test_python_jmespath.py support/testing: add new test for python-jmespath 2022-07-22 23:18:59 +02:00
test_python_passlib.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pexpect.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pyalsa.py support/testing: add test for python-pyalsa 2022-07-28 23:12:28 +02:00
test_python_pybind.py support/testing: tyest_python_pybind.py: fix flake8 errors 2022-01-08 09:15:36 +01:00
test_python_pynacl.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_pyndiff.py support/testing/tests/package/test_python_pyndiff: new test 2021-10-21 22:48:44 +02:00
test_python_pytest_asyncio.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_python_pytest.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_python_pyyaml.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_qrcode.py package/python-qrcode: new package 2022-08-08 22:24:45 +02:00
test_python_rpi_gpio.py support/tests: add runtime test for python-rpi-gpio 2020-08-23 23:29:55 +02:00
test_python_rsa.py support/testing: test_python_rsa: increase timeout 2021-10-26 21:34:15 +02:00
test_python_rtoml.py package/python-rtoml: new package 2022-08-02 23:19:08 +02:00
test_python_s3transfer.py support/testing: add new test for python-s3transfer 2022-07-22 22:52:03 +02:00
test_python_scipy.py support/testing/tests/package/test_python_scipy: relax timeout value 2022-08-03 18:34:17 +02:00
test_python_service_identity.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_smmap2.py package/python-{smmap2, gitdb2}: bump versions to 4.0.0 and 4.0.7 2021-09-23 21:41:36 +02:00
test_python_treq.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_twisted.py support/testing: remove TestPythonPy2{Cryptography, ServiceIdentity, Treq, Twisted, Txtorcon} 2021-08-24 00:26:05 +02:00
test_python_txaio.py package/python-txaio: drop python 2 support 2020-04-11 14:48:45 +02:00
test_python_txtorcon.py support/testing/tests: switch python-cryptography related tests to glibc 2022-01-09 12:13:49 +01:00
test_python_ubjson.py support/testing: drop python2 tests 2022-02-09 22:07:33 +01:00
test_python_unittest_xml_reporting.py support/testing/tests/package/test_python_unittest_xml_reporting.py: fix flake8 warnings 2021-11-08 22:12:13 +01:00
test_python.py support/testing: introduce py-only and py-pyc tests 2022-07-23 17:23:57 +02:00
test_redis.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_rings.py support/testing: add rings test 2019-03-28 17:20:00 +01:00
test_rust.py support/testing: test_rust.py: fix flake8 errors 2022-03-15 22:10:01 +01:00
test_s6_networking.py support/testing: add s6-networking tests 2021-05-04 21:58:51 +02:00
test_s6_portable_utils.py support/testing: add s6-portable-utils tests 2021-05-04 21:53:52 +02:00
test_s6_rc.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_s6.py support/testing: add s6 tests 2021-05-04 21:50:40 +02:00
test_sudo.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_syslog_ng.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_tmux.py support/testing: use .assertRunOk() when possible 2021-06-26 17:41:10 +02:00
test_turbolua.py support/testing: add turbolua test 2019-10-02 20:57:08 +02:00
test_uboot_openssl_pkgconfig.py boot/uboot: add missing dependency to host-pkgconf 2021-07-17 13:18:04 +02:00
test_zerofree.py package/zerofree: new package 2022-07-17 14:05:54 +02:00
test_zfs.py support/testing: test_zfs: add missing libelf dependency 2022-05-14 11:44:48 +02:00