misc,tests: Updated and generalized the resource url for tests
[gem5.git] / tests / gem5 / fs / linux / arm / test.py
index f90299bf3f88675d3f8704beba11e83a008258b3..39cb011359be117b462b12cd7550f6e618e54e90 100644 (file)
@@ -81,7 +81,7 @@ arm_fs_long_tests = [
 ]
 
 tarball = 'aarch-system-201901106.tar.bz2'
-url = "http://dist.gem5.org/dist/current/arm/" + tarball
+url = config.resource_url + "/arm/" + tarball
 filepath = os.path.dirname(os.path.abspath(__file__))
 path = config.bin_path if config.bin_path else filepath
 arm_fs_binaries = DownloadedArchive(url, path, tarball)