]> git.ipfire.org Git - thirdparty/libvirt.git/commit
networkxml2xmltest: Move path generation into testRun()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Dec 2025 08:51:17 +0000 (09:51 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Jan 2026 12:39:04 +0000 (13:39 +0100)
commit5b2ed0d137600f4c331b9c49da964f246c723e1a
tree44b4319be81289743ac9e62742b0b7af6326ba57
parentc24157056f3091d4d387abf765200f769572c607
networkxml2xmltest: Move path generation into testRun()

This effectively dissolves testCompareXMLToXMLHelper() into
testRun(). Motivation is that parts of data generated inside of
testCompareXMLToXMLHelper() is going to be reused from the caller
(testRun()).

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/networkxml2xmltest.c