From: Giacomo Travaglini Date: Fri, 6 Nov 2020 10:54:57 +0000 (+0000) Subject: tests: Update guest binaries used by regressions X-Git-Tag: develop-gem5-snapshot~493 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1fa8d0d58c7d15fde49973b832930d6382bb6f27;p=gem5.git tests: Update guest binaries used by regressions The new tarball (aarch-system-20200611.tar.bz2) contains the m5_exit_addr.squashfs.arm64 disk image to be used by KVM regressions This disk image is based on a memory mapped m5 exit Change-Id: I23c4a2fa8f969c98dd319cbfa51bca0bcbc9e890 Signed-off-by: Giacomo Travaglini Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/37177 Reviewed-by: Ciro Santilli Maintainer: Bobby R. Bruce Tested-by: kokoro --- diff --git a/tests/gem5/fs/linux/arm/test.py b/tests/gem5/fs/linux/arm/test.py index 33ca33e4d..482dd1d22 100644 --- a/tests/gem5/fs/linux/arm/test.py +++ b/tests/gem5/fs/linux/arm/test.py @@ -88,7 +88,7 @@ arm_fs_long_tests = [ #'realview64-o3-checker', ] -tarball = 'aarch-system-201901106.tar.bz2' +tarball = 'aarch-system-20200611.tar.bz2' url = config.resource_url + "/arm/" + tarball filepath = os.path.dirname(os.path.abspath(__file__)) path = joinpath(config.bin_path, 'arm')