From da2c70af6f9aae9c8308cec11e286e8a6a758288 Mon Sep 17 00:00:00 2001 From: "Bobby R. Bruce" Date: Mon, 21 Nov 2022 13:54:20 -0800 Subject: [PATCH] python,tests: Update Resource URL path to v22-1 This change ensures the stable branch obtains the right resources for the correct version of gem5. Change-Id: Ie4e90529460d5058a7696d1c1d8f9678563be7bb Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/65914 Reviewed-by: Bobby Bruce Tested-by: kokoro Maintainer: Bobby Bruce --- ext/testlib/configuration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/testlib/configuration.py b/ext/testlib/configuration.py index fd47e3b33a..97c637687d 100644 --- a/ext/testlib/configuration.py +++ b/ext/testlib/configuration.py @@ -213,7 +213,7 @@ def define_defaults(defaults): os.pardir, os.pardir)) defaults.result_path = os.path.join(os.getcwd(), 'testing-results') - defaults.resource_url = 'http://dist.gem5.org/dist/develop' + defaults.resource_url = 'http://dist.gem5.org/dist/v22-1' defaults.resource_path = os.path.abspath(os.path.join(defaults.base_dir, 'tests', 'gem5',