Commit abe2901
authored
hypervisor_cpu_models: add test for new command (#6324)
* hypervisor_cpu_models: add test for new command
New command added in libvirt 11.2.0.
Signed-off-by: Sebastian Mitterle <[email protected]>
* hypervisor_cpu_model: enable on x86_64
Add config for x86_64.
Signed-off-by: Sebastian Mitterle <[email protected]>
* hypervisor_cpu_model: enable aarch64
Add config to enable aarch64 coverage.
Signed-off-by: Sebastian Mitterle <[email protected]>
* fix libvirt_version check
Config was available but forgot to check version in code with that
config.
Signed-off-by: Sebastian Mitterle <[email protected]>
* cfg: remove unused parameters
Initially this configuration was reused from a similar test case.
However, these parameters are not necessary anymore.
Signed-off-by: Sebastian Mitterle <[email protected]>
---------
Signed-off-by: Sebastian Mitterle <[email protected]>1 parent de38b62 commit abe2901
File tree
2 files changed
+75
-0
lines changed- libvirt/tests
- cfg/virsh_cmd/host
- src/virsh_cmd/host
2 files changed
+75
-0
lines changedLines changed: 30 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
Lines changed: 45 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
0 commit comments