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>
49 lines
1.5 KiB
JSON
49 lines
1.5 KiB
JSON
[
|
|
{
|
|
"category": "kernel",
|
|
"id": "x86-linux-kernel-5.2.3",
|
|
"description": "The linux kernel (v5.2.3), compiled to X86.",
|
|
"architecture": "X86",
|
|
"is_zipped": false,
|
|
"md5sum": "4838c99b77d33c8307b939c16624e4ac",
|
|
"url": "http://dist.gem5.org/dist/develop/kernels/x86/static/vmlinux-5.2.3",
|
|
"source": "src/linux-kernel",
|
|
"resource_version": "1.0.0",
|
|
"gem5_versions": [
|
|
"23.0"
|
|
]
|
|
},
|
|
{
|
|
"category": "disk-image",
|
|
"id": "x86-ubuntu-18.04-img",
|
|
"description": "A disk image containing Ubuntu 18.04 for x86..",
|
|
"architecture": "X86",
|
|
"is_zipped": true,
|
|
"md5sum": "90e363abf0ddf22eefa2c7c5c9391c49",
|
|
"url": "http://dist.gem5.org/dist/develop/images/x86/ubuntu-18-04/x86-ubuntu.img.gz",
|
|
"source": "src/x86-ubuntu",
|
|
"root_partition": "1",
|
|
"resource_version": "1.0.0",
|
|
"gem5_versions": [
|
|
"23.0"
|
|
]
|
|
},
|
|
{
|
|
"category": "workload",
|
|
"id": "simple-boot",
|
|
"description": "Description of workload here",
|
|
"function": "set_kernel_disk_workload",
|
|
"resources": {
|
|
"kernel": "x86-linux-kernel-5.2.3",
|
|
"disk-image": "x86-ubuntu-18.04-img"
|
|
},
|
|
"additional_params": {
|
|
"readfile_contents": "echo 'Boot successful'; m5 exit"
|
|
},
|
|
"resource_version": "1.0.0",
|
|
"gem5_versions": [
|
|
"23.0"
|
|
]
|
|
}
|
|
]
|