virt-manager/tests/data
Cole Robinson 7e79e064ea Revert virt-xml multiple --edit support
This reverts b34ae0d0c8 and
1fef5d8661.

Playing with this some more I found some deeper problems. For example

```console
[:~/src/virt-manager] (main) $ ./virt-xml test-for-virtxml --connect test://`pwd`/tests/data/testdriver/testsuite.xml --print-diff --edit 1 --video model=FOO --edit 2 --sound model=BAR
--- Original XML
+++ Altered XML
@@ -180,14 +180,14 @@
     <graphics type="vnc" port="-1" autoport="yes">
       <listen type="address"/>
     </graphics>
-    <sound model="sb16"/>
+    <sound model="BAR"/>
     <sound model="es1370"/>
     <sound model="ich6"/>
     <video>
       <model type="vmvga" vram="16384" heads="1" primary="yes"/>
     </video>
     <video>
-      <model type="cirrus" vram="16384" heads="3"/>
+      <model type="FOO" vram="16384" heads="3"/>
     </video>
     <hostdev mode="subsystem" type="usb" managed="yes">
       <source>
```

There's other weirdness too, though it's mostly strange plays on previous weird behavior

* `--edit --video model=vga --edit --sound model=ich9 --video model=qxl` works
* `--add-device --sound model=foo --video model=bar` was previously rejected but now works
* `--remove-device --video model=vmvga --sound model=sb16` was previously rejected by now works

Fixing all this is not trivial. So I think we need to revert and go back to the drawing board.
2024-08-28 21:09:31 +02:00
..
capabilities Add test cases for loongarch 2024-06-18 12:09:14 +02:00
cli Revert virt-xml multiple --edit support 2024-08-28 21:09:31 +02:00
fakemedia tests: data: Move all cli/ bits to their own directories 2020-09-08 17:48:40 -04:00
inject tests: Move all data directories to data/ 2020-01-27 06:57:37 -05:00
meter virtinstall: Hide total_size in the progress bar if it doesn't need 2022-12-14 13:18:36 -05:00
nodedev/devxml tests: Move all data directories to data/ 2020-01-27 06:57:37 -05:00
storage tests: testdriver: Rename default-pool -> pool-dir 2022-02-27 13:03:04 -05:00
testdriver testsuite: add test-spice vm definition 2024-08-26 12:33:51 -04:00
urldetect tests: add Mageia 5 detection test 2020-08-31 13:20:41 -04:00
xmlparse virtinst: snapshot: add memory file attribute 2024-03-25 13:21:50 +01:00
codespell_dict.txt codespell: Whitelist 'cloneable' 2020-09-05 15:49:55 -04:00
test_urls.ini tests: test_urls: Update fedora links 2022-08-03 11:44:25 -04:00