Most of the examples used /var/tmp/target.{raw,qcow2} but the file.json ticket use /var/tmp/test.img, so installing the example ticket would not work out of the box. Change to disk.{raw,qcow2} in all examples and tickets. This is better term since target does not make sense for download examples. Change-Id: Ibbdf9a223dc7eda91d8a33c317c79de055621881 Bug-Url: https://bugzilla.redhat.com/1855047 Signed-off-by: Nir Soffer <nsoffer@redhat.com>
9 lines
157 B
JSON
9 lines
157 B
JSON
{
|
|
"uuid": "file",
|
|
"size": 6442450944,
|
|
"url": "file:///var/tmp/disk.raw",
|
|
"timeout": 3000,
|
|
"sparse": true,
|
|
"ops": ["read", "write"]
|
|
}
|