tests: Rename domaincapsschemadata/ -> domaincapsdata/

The usual convention is to use ${foo}test.c for the test program
itself and either ${foo}data/ or ${foo}outdata/, depending on
whether it contains both input and output files or only the latter,
for the corresponding data directory.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Andrea Bolognani
2019-10-22 14:36:41 +02:00
parent c4d6465aa7
commit fa20e7b1bc
33 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,16 @@
<domainCapabilities>
<path>/bin/emulatorbin</path>
<domain>kvm</domain>
<machine>my-machine-type</machine>
<arch>x86_64</arch>
<cpu>
<mode name='host-passthrough' supported='no'/>
<mode name='host-model' supported='no'/>
<mode name='custom' supported='no'/>
</cpu>
<devices>
</devices>
<features>
<sev supported='no'/>
</features>
</domainCapabilities>