]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
Network: Add regression tests for the command-line arguments
authorMichal Novotny <minovotn@redhat.com>
Fri, 24 Jun 2011 10:04:37 +0000 (12:04 +0200)
committerLaine Stump <laine@laine.org>
Fri, 24 Jun 2011 20:15:27 +0000 (16:15 -0400)
commit60b9c693138f42254317f19a5dc238c2c0c30332
tree2fd625de62a6484d1e6d634f0806c91409d3963d
parent89ae9849f7443b6842c9e60a4269df966b1204ed
Network: Add regression tests for the command-line arguments

The regression testing done by comparison of command-line
generated from the network XML file and the expected
command-line arguments (read from file).

Signed-off-by: Michal Novotny <minovotn@redhat.com>
14 files changed:
tests/Makefile.am
tests/networkxml2argvdata/isolated-network.argv [new file with mode: 0644]
tests/networkxml2argvdata/isolated-network.xml [new file with mode: 0644]
tests/networkxml2argvdata/nat-network-dns-txt-record.argv [new file with mode: 0644]
tests/networkxml2argvdata/nat-network-dns-txt-record.xml [new file with mode: 0644]
tests/networkxml2argvdata/nat-network.argv [new file with mode: 0644]
tests/networkxml2argvdata/nat-network.xml [new file with mode: 0644]
tests/networkxml2argvdata/netboot-network.argv [new file with mode: 0644]
tests/networkxml2argvdata/netboot-network.xml [new file with mode: 0644]
tests/networkxml2argvdata/netboot-proxy-network.argv [new file with mode: 0644]
tests/networkxml2argvdata/netboot-proxy-network.xml [new file with mode: 0644]
tests/networkxml2argvdata/routed-network.argv [new file with mode: 0644]
tests/networkxml2argvdata/routed-network.xml [new file with mode: 0644]
tests/networkxml2argvtest.c [new file with mode: 0644]