]> xenbits.xensource.com Git - people/julieng/xen-unstable.git/commit
libxl: update check-xl-disk-parse
authorWei Liu <wei.liu2@citrix.com>
Wed, 9 Dec 2015 10:43:36 +0000 (10:43 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 10 Dec 2015 12:38:42 +0000 (12:38 +0000)
commit41b0aa569adb9dc9b759ccb424eb51484607da2d
tree54c97c7412ac207f804832e7026a354a8a885c63
parentfd3102e5d29cd07682e8c507134112225b63b189
libxl: update check-xl-disk-parse

The block-attach command now returns 1 when fails. Update first test
case to expect return value 1 instead of 255.

The parser now doesn't generate output for default values. Remove them
from expected output.

According to 417e6b70 ("libxl: add option for discard support to xl disk
configuration"), the "discard=" variant is never supported, delete two
test cases with that variant.

Reported-by: Jim Fehlig <jfehlig@suse.com>
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Tested-by: Jim Fehlig <jfehlig@suse.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/check-xl-disk-parse