
On Mon, Mar 02, 2015 at 10:37:06 -0700, Eric Blake wrote:
On 03/02/2015 09:40 AM, Peter Krempa wrote:
In commit edd1295e1da6bfe8e4e257e5fbfad71ac0bf7c87 I've introduced an XML element that allows to configure state of the network interface link. Somehow the RNG schema hunk ended up in a weird place in the network schema definition. Move it to the right place and add a test case.
Note that the link state is set up via the monitor at VM startup so I originally didn't think of adding a test case.
Even when the command line is not impacted, testing the xml2xml path is a good thing to add :)
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1173468 --- docs/schemas/domaincommon.rng | 12 ++++++++++++ docs/schemas/network.rng | 11 ----------- tests/qemuxml2argvdata/qemuxml2argv-interface-driver.xml | 1 + 3 files changed, 13 insertions(+), 11 deletions(-)
ACK
Pushed; Thanks. Peter