All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Renaming scripts that we run on guests
@ 2011-01-22  2:03 Lucas Meneghel Rodrigues
  2011-01-22  2:03 ` [PATCH 1/4] KVM test: Renaming script bonding_setup.py to nic_bonding_guest.py Lucas Meneghel Rodrigues
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Lucas Meneghel Rodrigues @ 2011-01-22  2:03 UTC (permalink / raw)
  To: autotest; +Cc: kvm, Lucas Meneghel Rodrigues

For the sake of clarity, we stablish a convention, scripts copied
to guests and executed there by tests will be called
[test_name]_guest.py. This patchset takes care of renaming
the scripts.

Lucas Meneghel Rodrigues (4):
  KVM test: Renaming script bonding_setup.py to nic_bonding_guest.py
  KVM test: Renaming join_mcast.py to multicast_guest.py
  KVM test: renaming allocator.py to ksm_overcommit_guest.py
  KVM test: Rename virtio_guest.py to virtio_console_guest.py

 client/tests/kvm/scripts/allocator.py            |  237 -------
 client/tests/kvm/scripts/bonding_setup.py        |   37 --
 client/tests/kvm/scripts/join_mcast.py           |   37 --
 client/tests/kvm/scripts/ksm_overcommit_guest.py |  237 +++++++
 client/tests/kvm/scripts/multicast_guest.py      |   37 ++
 client/tests/kvm/scripts/nic_bonding_guest.py    |   37 ++
 client/tests/kvm/scripts/virtio_console_guest.py |  715 ++++++++++++++++++++++
 client/tests/kvm/scripts/virtio_guest.py         |  715 ----------------------
 client/tests/kvm/tests/ksm_overcommit.py         |   40 +-
 client/tests/kvm/tests/multicast.py              |    4 +-
 client/tests/kvm/tests/nic_bonding.py            |    8 +-
 client/tests/kvm/tests/virtio_console.py         |   20 +-
 12 files changed, 1063 insertions(+), 1061 deletions(-)
 delete mode 100755 client/tests/kvm/scripts/allocator.py
 delete mode 100644 client/tests/kvm/scripts/bonding_setup.py
 delete mode 100755 client/tests/kvm/scripts/join_mcast.py
 create mode 100755 client/tests/kvm/scripts/ksm_overcommit_guest.py
 create mode 100755 client/tests/kvm/scripts/multicast_guest.py
 create mode 100644 client/tests/kvm/scripts/nic_bonding_guest.py
 create mode 100755 client/tests/kvm/scripts/virtio_console_guest.py
 delete mode 100755 client/tests/kvm/scripts/virtio_guest.py

-- 
1.7.3.4


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-01-22  2:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-01-22  2:03 [PATCH 0/4] Renaming scripts that we run on guests Lucas Meneghel Rodrigues
2011-01-22  2:03 ` [PATCH 1/4] KVM test: Renaming script bonding_setup.py to nic_bonding_guest.py Lucas Meneghel Rodrigues
2011-01-22  2:03 ` [PATCH 2/4] KVM test: Renaming join_mcast.py to multicast_guest.py Lucas Meneghel Rodrigues
2011-01-22  2:03 ` [PATCH 3/4] KVM test: renaming allocator.py to ksm_overcommit_guest.py Lucas Meneghel Rodrigues
2011-01-22  2:03 ` [PATCH 4/4] KVM test: Rename virtio_guest.py to virtio_console_guest.py Lucas Meneghel Rodrigues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.