On 04/16/2012 02:26 PM, Osier Yang wrote:
On 2012年04月16日 14:11, Guannan Ren wrote:
> ---
> repos/domain/attach_disk.py | 4 ----
> repos/domain/autostart.py | 4 ----
> repos/domain/balloon_memory.py | 4 ----
> repos/domain/blkstats.py | 4 ----
> repos/domain/console_mutex.py | 4 ----
> repos/domain/cpu_affinity.py | 4 ----
> repos/domain/cpu_topology.py | 5 -----
> repos/domain/define.py | 4 ----
> repos/domain/destroy.py | 4 ----
> repos/domain/detach_disk.py | 4 ----
> repos/domain/eventhandler.py | 4 ----
> repos/domain/ifstats.py | 4 ----
> repos/domain/install_linux_check.py | 5 -----
> repos/domain/restore.py | 4 ----
> repos/domain/resume.py | 4 ----
> repos/domain/shutdown.py | 4 ----
> repos/domain/start.py | 4 ----
> repos/domain/suspend.py | 4 ----
> repos/domain/undefine.py | 4 ----
> repos/libvirtd/restart.py | 5 -----
> .../multiple_thread_block_on_domain_create.py | 14
> --------------
> repos/snapshot/delete.py | 4 ----
> repos/snapshot/file_flag.py | 4 ----
> repos/snapshot/flag_check.py | 4 ----
> repos/snapshot/internal_create.py | 4 ----
> repos/snapshot/revert.py | 5 -----
> repos/snapshot/snapshot_list.py | 5 -----
> repos/storage/build_dir_pool.py | 3 ---
> 28 files changed, 0 insertions(+), 126 deletions(-)
>
Please create a separate patch for this. It's of different purpose.
Need a v2.
Osier
Hi Osier
It is for the same purpose.
After we make the clean function optional, so I cleanup
these testcases
where the clean function is not used. like the following.
-def restart_clean(params):
- """ clean testing environment """
- pass
Guannan Ren