[libvirt] [test-API PATCH 4/5] test-API: Substitue util. with utils.

Guannan Ren gren at redhat.com
Thu Apr 12 03:55:11 UTC 2012


On 04/10/2012 03:34 PM, Osier Yang wrote:
> $ for i in $(find . -type f -name "*.py"); do \
>        sed -i -e 's/util\./utils\./g' $i; \
>    done
> ---
>   repos/domain/attach_disk.py                        |    4 +-
>   repos/domain/attach_interface.py                   |    4 +-
>   repos/domain/balloon_memory.py                     |    6 +-
>   repos/domain/cpu_affinity.py                       |   14 ++--
>   repos/domain/cpu_topology.py                       |    6 +-
>   repos/domain/create.py                             |    4 +-
>   repos/domain/define.py                             |    4 +-
>   repos/domain/destroy.py                            |    6 +-
>   repos/domain/detach_disk.py                        |    4 +-
>   repos/domain/detach_interface.py                   |    6 +-
>   repos/domain/dump.py                               |    4 +-
>   repos/domain/ifstats.py                            |    6 +-
>   repos/domain/install_image.py                      |    6 +-
>   repos/domain/install_linux_cdrom.py                |   16 +++---
>   repos/domain/install_linux_check.py                |   12 ++--
>   repos/domain/install_linux_net.py                  |   16 +++---
>   repos/domain/install_windows_cdrom.py              |   14 ++--
>   repos/domain/ownership_test.py                     |   26 ++++----
>   repos/domain/reboot.py                             |   10 ++--
>   repos/domain/restore.py                            |    6 +-
>   repos/domain/resume.py                             |    6 +-
>   repos/domain/save.py                               |    6 +-
>   repos/domain/sched_params.py                       |    2 +-
>   repos/domain/shutdown.py                           |    6 +-
>   repos/domain/start.py                              |    6 +-
>   repos/domain/suspend.py                            |    6 +-
>   repos/domain/update_devflag.py                     |   22 ++++----
>   repos/interface/create.py                          |    4 +-
>   repos/interface/destroy.py                         |    2 +-
>   repos/libvirtd/qemu_hang.py                        |   10 ++--
>   repos/libvirtd/restart.py                          |   16 +++---
>   repos/libvirtd/upstart.py                          |   36 ++++++------
>   repos/network/network_list.py                      |    2 +-
>   repos/nodedevice/detach.py                         |    4 +-
>   repos/nodedevice/reattach.py                       |    4 +-
>   repos/nodedevice/reset.py                          |    2 +-
>   .../multiple_thread_block_on_domain_create.py      |    4 +-
>   repos/remoteAccess/tcp_setup.py                    |   20 +++---
>   repos/remoteAccess/tls_setup.py                    |   60 ++++++++++----------
>   repos/remoteAccess/unix_perm_sasl.py               |    4 +-
>   repos/sVirt/domain_nfs_start.py                    |   26 ++++----
>   repos/snapshot/file_flag.py                        |    4 +-
>   repos/snapshot/flag_check.py                       |    4 +-
>   repos/snapshot/internal_create.py                  |    2 +-
>   repos/storage/create_logical_volume.py             |    2 +-
>   45 files changed, 217 insertions(+), 217 deletions(-)

         ACK and pushed.

         Guannan Ren




More information about the libvir-list mailing list