Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openeuler
libvirt
提交
60135b22
L
libvirt
项目概览
openeuler
/
libvirt
通知
3
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
L
libvirt
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
60135b22
编写于
8月 25, 2017
作者:
P
Pavel Hrdina
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tests: add qemu chardev source reconnect tests
Signed-off-by:
N
Pavel Hrdina
<
phrdina@redhat.com
>
上级
3ba6b532
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
151 addition
and
0 deletion
+151
-0
tests/qemuxml2argvdata/qemuxml2argv-channel-reconnect.args
tests/qemuxml2argvdata/qemuxml2argv-channel-reconnect.args
+31
-0
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect-invalid-timeout.xml
...gvdata/qemuxml2argv-chardev-reconnect-invalid-timeout.xml
+23
-0
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.args
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.args
+40
-0
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.xml
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.xml
+46
-0
tests/qemuxml2argvtest.c
tests/qemuxml2argvtest.c
+11
-0
未找到文件。
tests/qemuxml2argvdata/qemuxml2argv-channel-reconnect.args
0 → 100644
浏览文件 @
60135b22
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-i686 \
-name QEMUGuest1 \
-S \
-M pc \
-m 214 \
-smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-nographic \
-nodefconfig \
-nodefaults \
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
server,nowait \
-mon chardev=charmonitor,id=monitor,mode=readline \
-no-acpi \
-boot c \
-device virtio-serial-pci,id=virtio-serial1,bus=pci.0,addr=0xa \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x3 \
-usb \
-chardev socket,id=charchannel0,host=localhost,port=1234,reconnect=10 \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,\
id=channel0,name=asdf \
-chardev socket,id=charchannel1,path=/tmp/channel/domain--1-QEMUGuest1/fdsa,\
server,nowait,reconnect=10 \
-device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,\
id=channel1,name=fdsa
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect-invalid-timeout.xml
0 → 100644
浏览文件 @
60135b22
<domain
type=
'qemu'
>
<name>
QEMUGuest1
</name>
<uuid>
c7a5fdbd-edaf-9455-926a-d65c16db1809
</uuid>
<memory
unit=
'KiB'
>
219136
</memory>
<vcpu
placement=
'static'
>
1
</vcpu>
<os>
<type
arch=
'i686'
machine=
'pc'
>
hvm
</type>
<boot
dev=
'hd'
/>
</os>
<devices>
<emulator>
/usr/bin/qemu-system-i686
</emulator>
<controller
type=
'virtio-serial'
index=
'1'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x0a'
function=
'0x0'
/>
</controller>
<channel
type=
'tcp'
>
<source
host=
'localhost'
service=
'1234'
>
<reconnect
enabled=
'yes'
timeout=
'0'
/>
</source>
<target
type=
'virtio'
name=
'asdf'
/>
</channel>
<memballoon
model=
'none'
/>
</devices>
</domain>
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.args
0 → 100644
浏览文件 @
60135b22
LC_ALL=C \
PATH=/bin \
HOME=/home/test \
USER=test \
LOGNAME=test \
QEMU_AUDIO_DRV=none \
/usr/bin/qemu-system-i686 \
-name QEMUGuest1 \
-S \
-M pc \
-m 214 \
-smp 1,sockets=1,cores=1,threads=1 \
-uuid c7a5fdbd-edaf-9455-926a-d65c16db1809 \
-nographic \
-nodefconfig \
-nodefaults \
-chardev socket,id=charmonitor,path=/tmp/lib/domain--1-QEMUGuest1/monitor.sock,\
server,nowait \
-mon chardev=charmonitor,id=monitor,mode=readline \
-no-acpi \
-boot c \
-device virtio-serial-pci,id=virtio-serial1,bus=pci.0,addr=0xa \
-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x3 \
-device usb-ccid,id=ccid0,bus=usb.0,port=1 \
-usb \
-chardev socket,id=charsmartcard0,path=/tmp/channel/domain-oldname/asdf,\
reconnect=20 \
-device ccid-card-passthru,chardev=charsmartcard0,id=smartcard0,bus=ccid0.0 \
-chardev socket,id=charchannel0,host=localhost,port=1234,reconnect=10 \
-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,\
id=channel0,name=asdf \
-chardev socket,id=charchannel1,path=/tmp/channel/domain--1-QEMUGuest1/fdsa,\
server,nowait,reconnect=0 \
-device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,\
id=channel1,name=fdsa \
-chardev socket,id=charredir0,host=localhost,port=3456,reconnect=15 \
-device usb-redir,chardev=charredir0,id=redir0,bus=usb.0,port=2 \
-chardev socket,id=charrng0,host=localhost,port=2345,reconnect=5 \
-object rng-egd,id=objrng0,chardev=charrng0 \
-device virtio-rng-pci,rng=objrng0,id=rng0,bus=pci.0,addr=0x4
tests/qemuxml2argvdata/qemuxml2argv-chardev-reconnect.xml
0 → 100644
浏览文件 @
60135b22
<domain
type=
'qemu'
>
<name>
QEMUGuest1
</name>
<uuid>
c7a5fdbd-edaf-9455-926a-d65c16db1809
</uuid>
<memory
unit=
'KiB'
>
219136
</memory>
<vcpu
placement=
'static'
>
1
</vcpu>
<os>
<type
arch=
'i686'
machine=
'pc'
>
hvm
</type>
<boot
dev=
'hd'
/>
</os>
<devices>
<emulator>
/usr/bin/qemu-system-i686
</emulator>
<controller
type=
'virtio-serial'
index=
'1'
>
<address
type=
'pci'
domain=
'0x0000'
bus=
'0x00'
slot=
'0x0a'
function=
'0x0'
/>
</controller>
<redirdev
bus=
'usb'
type=
'tcp'
>
<source
mode=
'connect'
host=
'localhost'
service=
'3456'
>
<reconnect
enabled=
'yes'
timeout=
'15'
/>
</source>
</redirdev>
<smartcard
mode=
'passthrough'
type=
'unix'
>
<source
mode=
'connect'
path=
'/tmp/channel/domain-oldname/asdf'
>
<reconnect
enabled=
'yes'
timeout=
'20'
/>
</source>
</smartcard>
<channel
type=
'tcp'
>
<source
mode=
'connect'
host=
'localhost'
service=
'1234'
>
<reconnect
enabled=
'yes'
timeout=
'10'
/>
</source>
<target
type=
'virtio'
name=
'asdf'
/>
</channel>
<channel
type=
'unix'
>
<source
mode=
'connect'
path=
'/tmp/channel/domain-oldname/fdsa'
>
<reconnect
enabled=
'no'
/>
</source>
<target
type=
'virtio'
name=
'fdsa'
/>
</channel>
<memballoon
model=
'none'
/>
<rng
model=
'virtio'
>
<backend
model=
'egd'
type=
'tcp'
>
<source
mode=
'connect'
host=
'localhost'
service=
'2345'
>
<reconnect
enabled=
'yes'
timeout=
'5'
/>
</source>
</backend>
</rng>
</devices>
</domain>
tests/qemuxml2argvtest.c
浏览文件 @
60135b22
...
@@ -1341,6 +1341,17 @@ mymain(void)
...
@@ -1341,6 +1341,17 @@ mymain(void)
QEMU_CAPS_NODEFCONFIG
,
QEMU_CAPS_NODEFCONFIG
,
QEMU_CAPS_CCID_EMULATED
);
QEMU_CAPS_CCID_EMULATED
);
DO_TEST
(
"chardev-reconnect"
,
QEMU_CAPS_NODEFCONFIG
,
QEMU_CAPS_CHARDEV_RECONNECT
,
QEMU_CAPS_USB_REDIR
,
QEMU_CAPS_DEVICE_VIRTIO_RNG
,
QEMU_CAPS_OBJECT_RNG_EGD
,
QEMU_CAPS_CCID_PASSTHRU
);
DO_TEST_PARSE_ERROR
(
"chardev-reconnect-invalid-timeout"
,
QEMU_CAPS_NODEFCONFIG
,
QEMU_CAPS_CHARDEV_RECONNECT
);
DO_TEST
(
"usb-controller"
,
DO_TEST
(
"usb-controller"
,
QEMU_CAPS_NODEFCONFIG
);
QEMU_CAPS_NODEFCONFIG
);
DO_TEST
(
"usb-piix3-controller"
,
DO_TEST
(
"usb-piix3-controller"
,
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录