Re: [PATCH] schema: Allow '0' offset for a of

2021-05-21 Thread Pavel Hrdina
On Fri, May 21, 2021 at 02:57:16PM +0200, Peter Krempa wrote: > Using slice to cut off the end of the image is a perfectly vaid > configuration. Use 'unsignedInt' instead of 'positiveInteger' for the > 'offset' attribute in the XML schema and modify one test case to cover > this use case. > >

[PATCH] schema: Allow '0' offset for a of

2021-05-21 Thread Peter Krempa
Using slice to cut off the end of the image is a perfectly vaid configuration. Use 'unsignedInt' instead of 'positiveInteger' for the 'offset' attribute in the XML schema and modify one test case to cover this use case. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1960993 Signed-off-by: