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
|
From: =?utf-8?q?Jeremy_B=C3=ADcha?= <jbicha@debian.org>
Date: Sun, 16 Nov 2025 07:53:12 -0500
Subject: test: update expected output
---
tests/xml/gconfig-domain.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/tests/xml/gconfig-domain.xml b/tests/xml/gconfig-domain.xml
index bfe0f53..e3057a1 100644
--- a/tests/xml/gconfig-domain.xml
+++ b/tests/xml/gconfig-domain.xml
@@ -10,13 +10,13 @@
<on_poweroff>restart</on_poweroff>
<metadata>
<libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
- <libosinfo:os id="http://centos.org/centos/7"/>
+ <libosinfo1:os id="http://centos.org/centos/7"/>
</libosinfo:libosinfo>
<nova:instance xmlns:nova="http://openstack.org/nova/instance/1">
- <nova:flavor name="m1.small">
- <nova:memory>512</nova:memory>
- <nova:disk>10</nova:disk>
- </nova:flavor>
+ <nova1:flavor name="m1.small">
+ <nova1:memory>512</nova1:memory>
+ <nova1:disk>10</nova1:disk>
+ </nova1:flavor>
</nova:instance>
<boxes:gnome-boxes xmlns:boxes="https://wiki.gnome.org/Apps/Boxes">
<os-state>installed</os-state>
|