support/testing/: change python-gobject to use prebuilt kernel
authorAdam Duskett <Aduskett@gmail.com>
Mon, 16 Mar 2020 15:34:59 +0000 (08:34 -0700)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 22 Mar 2020 14:25:34 +0000 (15:25 +0100)
commit1101d7cb09050792b9e457682de214d901a2beef
tree2459eceed95d4ccdf077d0fc017194e8fa2f9db8
parent3f9bf6295324b03d321cfa80772911e9322294de
support/testing/: change python-gobject to use prebuilt kernel

Currently, we build a complete AArch64 system, including a kernel. This
can take quite some time.

Switch to an armv7 system, which allows us to use one a prebuilt kernel,
thus significantly reducing the test time.

Signed-off-by: Adam Duskett <Aduskett@gmail.com>
[yann.morin.1998@free.fr:
  - use a standalone config; don't inherit from TestPythonPackageBase
  - use the default external toolchain (ARM, not Linaro)
  - rewrite commit log
]
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
support/testing/tests/package/test_python_gobject.py