[dts] [PATCH 0/7] support vhost live migration automation

Marvin Liu yong.liu at intel.com
Thu Jul 14 15:17:26 CEST 2016


This patch set enabled vhost user live migration automated validation enviornment.
Suite will create virtual machine on host and backup virtual machine in other host.
Migration action will happen between these two VMs and suite will verify virtio
netdevice work fine before/between/after migration process.
Virtio device will be drived either kernel module or dpdk pmd.
Modified qemu&virt related modules to support status concept and migration functions.

Marvin Liu (7):
  framework: support close ssh session without logout
  framework tester: fix typo issue
  framework virt_base: add vm status concept
  framework qemu_kvm: support migration and serial port
  conf: add configuration file for vhost_user_live_migration suite
  test_plans: add test plan for vhost_user_live_migration suite
  tests: add vhost_user_live_migration suite

 conf/vhost_user_live_migration.cfg                 | 127 ++++++++
 framework/qemu_kvm.py                              | 123 +++++++-
 framework/ssh_connection.py                        |   4 +-
 framework/ssh_pexpect.py                           |   9 +-
 framework/tester.py                                |   4 +-
 framework/virt_base.py                             |  51 +++-
 framework/virt_dut.py                              |   6 +-
 test_plans/vhost_user_live_migration_test_plan.rst | 154 ++++++++++
 tests/TestSuite_vhost_user_live_migration.py       | 327 +++++++++++++++++++++
 9 files changed, 781 insertions(+), 24 deletions(-)
 create mode 100644 conf/vhost_user_live_migration.cfg
 create mode 100644 test_plans/vhost_user_live_migration_test_plan.rst
 create mode 100644 tests/TestSuite_vhost_user_live_migration.py

-- 
1.9.3



More information about the dts mailing list