test suite reviews and discussions
 help / color / mirror / Atom feed
* [dts] [dts 0/9] Support virtual scenarios
@ 2015-06-18  3:06 Yong Liu
  2015-06-18  3:06 ` [dts] [dts 1/9] Optimize config load module with proper execption raised Yong Liu
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Yong Liu @ 2015-06-18  3:06 UTC (permalink / raw)
  To: dts

From: Marvin Liu <yong.liu@intel.com>

This patch set will support virtualization scenario creation and destroy.
All scenarios will be based on scenerio configuration file. And there're three
typical virtual scenarios configurations supplied in this patch set.

Marvin Liu (9):
  Optimize config load module with proper execption raised
  Implement virtual scenario module
  Support virtual scenario in dts main process
  Optimize network topology discovery routine in virtual scenario
  Optimize set_target function for virtual scenario
  Support auto_map and set_target flag in vm initialization
  Optimize VF devices creation and network devices pass-through function
  Optimize ssh_pexpect and virt_resource module
  Add three typical virtual scenario configuration files

 conf/scene/pf_passthrough.cfg   |  25 ++
 conf/scene/vf_passthrough.cfg   |  28 +++
 conf/scene/vf_passthrough_1.cfg |  27 +++
 framework/config.py             |  17 +-
 framework/dts.py                |  45 +++-
 framework/dut.py                |  10 +-
 framework/exception.py          |   6 +
 framework/project_dpdk.py       |   5 +-
 framework/qemu_kvm.py           |  12 +-
 framework/settings.py           |  11 +
 framework/ssh_pexpect.py        |   7 +-
 framework/test_case.py          |   5 +-
 framework/virt_base.py          |  51 +++--
 framework/virt_dut.py           | 122 ++++++++--
 framework/virt_resource.py      |   4 +
 framework/virt_scene.py         | 495 ++++++++++++++++++++++++++++++++++++++++
 16 files changed, 812 insertions(+), 58 deletions(-)
 create mode 100644 conf/scene/pf_passthrough.cfg
 create mode 100644 conf/scene/vf_passthrough.cfg
 create mode 100644 conf/scene/vf_passthrough_1.cfg
 create mode 100644 framework/virt_scene.py

-- 
1.9.3

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

end of thread, other threads:[~2015-06-18  3:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-18  3:06 [dts] [dts 0/9] Support virtual scenarios Yong Liu
2015-06-18  3:06 ` [dts] [dts 1/9] Optimize config load module with proper execption raised Yong Liu
2015-06-18  3:06 ` [dts] [dts 2/9] Implement virtual scenario module Yong Liu
2015-06-18  3:06 ` [dts] [dts 3/9] Support virtual scenario in dts main process Yong Liu
2015-06-18  3:06 ` [dts] [dts 4/9] Optimize network topology discovery routine in virtual scenario Yong Liu
2015-06-18  3:06 ` [dts] [dts 5/9] Optimize set_target function for " Yong Liu
2015-06-18  3:06 ` [dts] [dts 6/9] Support auto_map and set_target flag in vm initialization Yong Liu
2015-06-18  3:06 ` [dts] [dts 7/9] Optimize VF devices creation and network devices pass-through function Yong Liu
2015-06-18  3:06 ` [dts] [dts 8/9] Optimize ssh_pexpect and virt_resource module Yong Liu
2015-06-18  3:06 ` [dts] [dts 9/9] Add three typical virtual scenario configuration files Yong 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).