]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: remove unused qemu .args file
authorLaine Stump <laine@redhat.com>
Fri, 13 Jan 2023 04:42:18 +0000 (23:42 -0500)
committerJiri Denemark <jdenemar@redhat.com>
Fri, 13 Jan 2023 09:02:05 +0000 (10:02 +0100)
commit6ce7cebea32148372ebd567ba25b380d8ab49781
treeb932f850c23919253fab7523a29c96dcf5894b5b
parenta2042a45165938f2d747edd17f12ca03eea51791
tests: remove unused qemu .args file

net-user-passt.args was generated early during testing of the passt
qemu commandline, when qemuxml2argvtest was using
DO_TEST("net-user-passt"). This was later changed to
DO_TEST_CAPS_LATEST(), so the file net-user-passt.x86_64-latest.args
is used instead, but the original (now unused) test file was
accidentally added to the original patch. This patch removes it.

Signed-off-by: Laine Stump <laine@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
tests/qemuxml2argvdata/net-user-passt.args [deleted file]