diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-10-31 09:53:06 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2019-11-12 14:32:55 +0000 |
commit | 2548b4a7d362d2e8504f97bcc9583fd45dc641b3 (patch) | |
tree | 53d9d819181f9e2836a75d871bbead983ac82382 /tests/vm | |
parent | 00963aca8b5a4e34e7b7abac18e943930284fae2 (diff) |
tests/vm: update netbsd to version 8.1
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Message-Id: <20191031085306.28888-5-kraxel@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Diffstat (limited to 'tests/vm')
-rwxr-xr-x | tests/vm/netbsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 0083f7ff6a..c48c60853e 100755 --- a/tests/vm/netbsd +++ b/tests/vm/netbsd @@ -22,7 +22,7 @@ class NetBSDVM(basevm.BaseVM): name = "netbsd" arch = "x86_64" - link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.0/images/NetBSD-8.0-amd64.iso" + link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-8.1/images/NetBSD-8.1-amd64.iso" size = "20G" pkgs = [ # tools |