test/test_aportgen.py::test_aportgen: armhf->armv7 (MR 1942)

Alpine's armhf edge build bot is stuck, so musl-1.1.24-r9.*.apk is
missing and the test fails. armhf is on it's way out, so replace it with
armv7.
This commit is contained in:
Oliver Smith 2020-06-21 11:47:35 +02:00
parent ea710caafe
commit 357c1acc82
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 2 additions and 2 deletions

View File

@ -86,8 +86,8 @@ def test_aportgen(args, tmpdir):
pmb.helpers.run.user(args, ["mkdir", "-p", args.work + "/aportgen"])
# Generate all valid packages (gcc twice -> different code path)
pkgnames = ["binutils-armhf", "musl-armhf", "busybox-static-armhf",
"gcc-armhf", "gcc-armhf"]
pkgnames = ["binutils-armv7", "musl-armv7", "busybox-static-armv7",
"gcc-armv7", "gcc-armv7"]
for pkgname in pkgnames:
pmb.aportgen.generate(args, pkgname)