[libvirt] [PATCH][TCK] add script to test storage and vol get commands

2012-08-31 Thread Kyla Zhang
right (C) 2012 Red Hat, Inc. +# Copyright (C) 2012 Kyla Zhang +# +# This program is free software; You can redistribute it and/or modify +# it under the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any +# later version +# +# The file

[libvirt] [PATCH][TCK] Add new case for domain suspend/resume

2012-08-09 Thread Kyla Zhang
. +# Copyright (C) 2012 Kyla Zhang +# +# This program is free software; You can redistribute it and/or modify +# it under the GNU General Public License as published by the Free +# Software Foundation; either version 2, or (at your option) any +# later version +# +# The file "LICENSE" d

[libvirt] [PATCH V3][TCK] Add test for memory set and get

2012-08-08 Thread Kyla Zhang
-memory-balloon.t b/scripts/domain/110-memory-balloon.t new file mode 100644 index 000..a3e463c --- /dev/null +++ b/scripts/domain/110-memory-balloon.t @@ -0,0 +1,113 @@ +# -*- perl -*- +# +# Copyright (C) 2012-2013 Red Hat, Inc. +# Copyright (C) 2012-2013 Kyla Zhang +# +# This program is free

[libvirt] [PATCH v2][TCK 2/2] Add test for memory set and get

2012-08-01 Thread Kyla Zhang
-set-get.t b/scripts/domain/310-memory-set-get.t new file mode 100644 index 000..71886a6 --- /dev/null +++ b/scripts/domain/310-memory-set-get.t @@ -0,0 +1,98 @@ +# -*- perl -*- +# +# Copyright (C) 2012-2013 Red Hat, Inc. +# Copyright (C) 2012-2013 Kyla Zhang +# +# This program is free software

[libvirt] [PATCH v2][TCK 1/2] Extend image and memory size for installing guest

2012-08-01 Thread Kyla Zhang
In fedora 17 with less than 512M memory will cause installation hang, also the previous image size is too small, so improve them. --- lib/Sys/Virt/TCK/NetworkHelpers.pm |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Sys/Virt/TCK/NetworkHelpers.pm b/lib/Sys/Virt/

[libvirt] [PATCH][TCK] Add listen type for graphic

2012-07-30 Thread Kyla Zhang
For default domain build there is no graphic listen type so it will report error. This patch will fix it with adding default type with "address" --- lib/Sys/Virt/TCK/DomainBuilder.pm |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lib/Sys/Virt/TCK/DomainBuilder.pm b/lib

[libvirt] [PATCH][TCK] Add test for memory set and get

2012-07-30 Thread Kyla Zhang
/310-memory-set-get.t new file mode 100644 index 000..b4dde65 --- /dev/null +++ b/scripts/domain/310-memory-set-get.t @@ -0,0 +1,98 @@ +# -*- perl -*- +# +# Copyright (C) 2012-2013 Red Hat, Inc. +# Copyright (C) 2012-2013 Kyla Zhang +# +# This program is free software; You can redistribute it

[libvirt] [PATCH v3][PATCH] add test case for block job lifecycle testing

2012-07-26 Thread Kyla Zhang
v3: Add skip for block_pull not implemented v2: Add skip block for qemu only and 120s timeout for test v1: Add tests for block job lifecyle and the test flow is as follows: create 50M qed img with qed backing img-> block pull->abort block job->resume block pull->set block job speed-> wait to fini

[libvirt] [PATCH v2][TCK] add test case for block job lifecycle testing

2012-07-24 Thread Kyla Zhang
From: Xiaoqiang Hu v2: Add skip block for qemu only and 120s timeout for test v1: Add tests for block job lifecyle and the test flow is as follows: create 50M qed img with qed backing img-> block pull->abort block job->resume block pull->set block job speed-> wait to finish --- scripts/qemu/300

[libvirt] [PATCH][TCK] add tests for network interface transaction

2012-07-24 Thread Kyla Zhang
From: Xiaoqiang Hu add tests for network interface transaction: interface_change_begin, interface_change_commit and interface_change_rollback --- .../networks/110-interface-change-transaction.t| 81 1 files changed, 81 insertions(+), 0 deletions(-) create mode 100644