public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: autotest@test.kernel.org
Cc: kvm@vger.kernel.org, Lucas Meneghel Rodrigues <lmr@redhat.com>
Subject: [PATCH 0/3] KVM autotest cleanup
Date: Mon, 24 Jan 2011 02:22:18 -0200	[thread overview]
Message-ID: <1295842941-11557-1-git-send-email-lmr@redhat.com> (raw)

When working on the library moving patches, I realized that
my life would be much easier if I cleaned up the large amount
of unused imports that our tests accumulated over the time.

So I took the time and cleaned up some other easy parts
of our tests and cleanup. Please rebase against latest
upstream as soon as you can.

Lucas Meneghel Rodrigues (3):
  KVM test: Subtest cleanups
  KVM test: Infrastructure cleanups
  Removing unused imports from guest scripts

 client/tests/kvm/cd_hash.py                        |    2 +-
 client/tests/kvm/get_started.py                    |    4 +-
 client/tests/kvm/html_report.py                    |   58 +++++++-------
 client/tests/kvm/installer.py                      |    6 +-
 client/tests/kvm/kvm.py                            |    2 +-
 client/tests/kvm/kvm_config.py                     |    2 +-
 client/tests/kvm/kvm_preprocessing.py              |    4 +-
 client/tests/kvm/kvm_test_utils.py                 |   14 ++--
 client/tests/kvm/kvm_utils.py                      |   41 +++++-----
 client/tests/kvm/kvm_vm.py                         |   50 +++++++-----
 client/tests/kvm/scan_results.py                   |    2 +-
 client/tests/kvm/scripts/ksm_overcommit_guest.py   |    2 +-
 client/tests/kvm/scripts/virtio_console_guest.py   |    4 +-
 client/tests/kvm/stepeditor.py                     |   35 ++++++---
 client/tests/kvm/test_setup.py                     |    2 +-
 client/tests/kvm/tests/autotest.py                 |    7 +-
 client/tests/kvm/tests/balloon_check.py            |    5 +-
 client/tests/kvm/tests/boot.py                     |    4 +-
 client/tests/kvm/tests/boot_savevm.py              |    5 +-
 client/tests/kvm/tests/build.py                    |    3 +-
 client/tests/kvm/tests/clock_getres.py             |    7 +-
 client/tests/kvm/tests/enospc.py                   |    8 +-
 client/tests/kvm/tests/ethtool.py                  |   48 ++++++------
 client/tests/kvm/tests/file_transfer.py            |    8 +-
 client/tests/kvm/tests/guest_s4.py                 |    4 +-
 client/tests/kvm/tests/guest_test.py               |    5 +-
 client/tests/kvm/tests/image_copy.py               |    5 +-
 client/tests/kvm/tests/iofuzz.py                   |    6 +-
 client/tests/kvm/tests/ioquit.py                   |    4 +-
 client/tests/kvm/tests/iozone_windows.py           |    4 +-
 client/tests/kvm/tests/jumbo.py                    |    3 +-
 client/tests/kvm/tests/kdump.py                    |    4 +-
 client/tests/kvm/tests/ksm_overcommit.py           |   84 ++++++++++----------
 client/tests/kvm/tests/linux_s3.py                 |    5 +-
 client/tests/kvm/tests/migration.py                |    4 +-
 client/tests/kvm/tests/migration_multi_host.py     |    9 +-
 .../kvm/tests/migration_with_file_transfer.py      |    2 +-
 client/tests/kvm/tests/migration_with_reboot.py    |    5 +-
 client/tests/kvm/tests/netperf.py                  |    5 +-
 client/tests/kvm/tests/nic_bonding.py              |    7 +-
 client/tests/kvm/tests/nic_hotplug.py              |   39 +++++-----
 client/tests/kvm/tests/nic_promisc.py              |    5 +-
 client/tests/kvm/tests/nicdriver_unload.py         |    3 +-
 client/tests/kvm/tests/pci_hotplug.py              |   22 +++---
 client/tests/kvm/tests/physical_resources_check.py |   38 ++++-----
 client/tests/kvm/tests/ping.py                     |    3 +-
 client/tests/kvm/tests/pxe.py                      |    8 +-
 client/tests/kvm/tests/qemu_img.py                 |   18 ++--
 client/tests/kvm/tests/qmp_basic.py                |   24 +++---
 client/tests/kvm/tests/qmp_basic_rhel6.py          |   31 ++++---
 client/tests/kvm/tests/set_link.py                 |    4 +-
 client/tests/kvm/tests/stepmaker.py                |    4 +-
 client/tests/kvm/tests/steps.py                    |   10 +-
 client/tests/kvm/tests/stress_boot.py              |    6 +-
 client/tests/kvm/tests/timedrift.py                |   20 +++---
 client/tests/kvm/tests/timedrift_with_migration.py |   32 ++++----
 client/tests/kvm/tests/timedrift_with_reboot.py    |   32 ++++----
 client/tests/kvm/tests/timedrift_with_stop.py      |   32 ++++----
 client/tests/kvm/tests/unattended_install.py       |    2 +-
 client/tests/kvm/tests/unittest.py                 |   26 +++---
 client/tests/kvm/tests/unittest_kvmctl.py          |    2 +-
 client/tests/kvm/tests/virtio_console.py           |   38 +++++-----
 client/tests/kvm/tests/vlan.py                     |   27 +++---
 client/tests/kvm/tests/vmstop.py                   |    2 +-
 client/tests/kvm/tests/whql_client_install.py      |   10 +-
 client/tests/kvm/tests/whql_submission.py          |    6 +-
 client/tests/kvm/tests/yum_update.py               |    7 +-
 67 files changed, 474 insertions(+), 456 deletions(-)

-- 
1.7.3.4


             reply	other threads:[~2011-01-24  4:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-24  4:22 Lucas Meneghel Rodrigues [this message]
2011-01-24  4:22 ` [PATCH 1/3] KVM test: Subtest cleanups Lucas Meneghel Rodrigues
2011-01-24  4:22 ` [PATCH 2/3] KVM test: Infrastructure cleanups Lucas Meneghel Rodrigues
2011-01-24  4:22 ` [PATCH 3/3] Removing unused imports from guest scripts Lucas Meneghel Rodrigues

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1295842941-11557-1-git-send-email-lmr@redhat.com \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox