test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [PATCH 0/7] support vhost live migration automation
@ 2016-07-14 13:17 Marvin Liu
  2016-07-14 13:17 ` [dts] [PATCH 1/7] framework: support close ssh session without logout Marvin Liu
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Marvin Liu @ 2016-07-14 13:17 UTC (permalink / raw)
  To: dts

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

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

end of thread, other threads:[~2016-07-14 13:18 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-14 13:17 [dts] [PATCH 0/7] support vhost live migration automation Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 1/7] framework: support close ssh session without logout Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 2/7] framework tester: fix typo issue Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 3/7] framework virt_base: add vm status concept Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 4/7] framework qemu_kvm: support migration and serial port Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 5/7] conf: add configuration file for vhost_user_live_migration suite Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 6/7] test_plans: add test plan " Marvin Liu
2016-07-14 13:17 ` [dts] [PATCH 7/7] tests: add " Marvin Liu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).