This patch fixes refs under tests/pyunit/stdlib/resources.
Removes instances of {url_base} in refs.
Also, renames two refs: mongo_mock and mongo_dup_mock
to mongo-mock and mongo-dup-mock to follow naming
convention of other refs.
Change-Id: If115114bc7a89764e7c546b77a93d36d6a3b5f8a
Co-authored-by: Parth Shah <helloparthshah@gmail.com>
Co-authored-by: Harshil2107 <harshilp2107@gmail.com>
Co-authored-by: aarsli <arsli@ucdavis.edu>
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/71360
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby Bruce <bbruce@ucdavis.edu>
Maintainer: Bobby Bruce <bbruce@ucdavis.edu>
57 lines
1.9 KiB
JSON
57 lines
1.9 KiB
JSON
[
|
|
{
|
|
"category": "disk-image",
|
|
"id": "x86-ubuntu-18.04-img",
|
|
"description": "This is a test resource",
|
|
"architecture": "X86",
|
|
"size": 688119691,
|
|
"tags": [
|
|
"x86",
|
|
"fullsystem"
|
|
],
|
|
"is_zipped": true,
|
|
"md5sum": "90e363abf0ddf22eefa2c7c5c9391c49",
|
|
"source": "src/x86-ubuntu",
|
|
"url": "http://dist.gem5.org/dist/develop/images/x86/ubuntu-18-04/x86-ubuntu.img.gz",
|
|
"root_partition": "1",
|
|
"code_examples": [],
|
|
"license": "",
|
|
"author": [
|
|
"Ayaz Akram"
|
|
],
|
|
"source_url": "https://github.com/gem5/gem5-resources/tree/develop/src/x86-ubuntu",
|
|
"resource_version": "1.0.0",
|
|
"gem5_versions": [
|
|
"23.0"
|
|
],
|
|
"example_usage": "get_resource(resource_name=\"x86-ubuntu-18.04-img\")"
|
|
},
|
|
{
|
|
"category": "disk-image",
|
|
"id": "x86-ubuntu-18.04-img",
|
|
"description": "A disk image containing Ubuntu 18.04 for x86. This image will run an `m5 readfile` instruction after booting. If no script file is specified an `m5 exit` instruction will be executed.",
|
|
"architecture": "X86",
|
|
"size": 688119691,
|
|
"tags": [
|
|
"x86",
|
|
"fullsystem"
|
|
],
|
|
"is_zipped": true,
|
|
"md5sum": "90e363abf0ddf22eefa2c7c5c9391c49",
|
|
"source": "src/x86-ubuntu",
|
|
"url": "http://dist.gem5.org/dist/develop/images/x86/ubuntu-18-04/x86-ubuntu.img.gz",
|
|
"root_partition": "1",
|
|
"code_examples": [],
|
|
"license": "",
|
|
"author": [
|
|
"Ayaz Akram"
|
|
],
|
|
"source_url": "https://github.com/gem5/gem5-resources/tree/develop/src/x86-ubuntu",
|
|
"resource_version": "1.1.0",
|
|
"gem5_versions": [
|
|
"23.0"
|
|
],
|
|
"example_usage": "get_resource(resource_name=\"x86-ubuntu-18.04-img\")"
|
|
}
|
|
]
|