All of lore.kernel.org
 help / color / mirror / Atom feed
* [OSSTEST PATCH 0/4] Introduction of the patches.
@ 2014-12-10  8:07 longtao.pang
  2014-12-10  8:07 ` [OSSTEST PATCH 1/4] Add nested testcase of preparing and installing L1 guest VM longtao.pang
                   ` (4 more replies)
  0 siblings, 5 replies; 32+ messages in thread
From: longtao.pang @ 2014-12-10  8:07 UTC (permalink / raw)
  To: xen-devel
  Cc: wei.liu2, Ian.Campbell, Ian.Jackson, robert.hu, longtaox.pang,
	di.zheng

We updated these patchs(version_3) again about adding Nested test job into OSSTest.
Nested virtualization is the function of running a hypervisor inside a virtual machine.
The hypervisor that runs on the real hardware is called a level 0 or L0;
The hypervisor that runs as a guest inside L0 is called level 1 or L1;
A guest that running inside the L1 hypervisor is called a level 2 or L2.

For running nested test job, we should run build-amd64 job and build-amd64-hvm job first.
During the testing, it will install L1 guest VM inside L0,
the L1 guest should build xen and HVM Dom0 kernel and then boot into xen kernel.
Next, begin to install L2 guest VM inside L1.
After that, make sure ping L2 is successfully

----------------------------------------------------------------
longtao.pang (4):
      Add nested testcase of preparing and installing L1 guest VM 
      Build XEN and HVM Dom0 kernel for L1 guest VM
      Add nested testcase of installing L2 guest VM
      Insert nested test job name and runvars

 Osstest/Debian.pm      |   27 +++++---
 Osstest/TestSupport.pm |   31 +++++++--
 make-flight            |   19 ++++++
 mfi-common             |    8 +++
 sg-run-job             |    8 +++
 ts-debian-hvm-install  |   34 +++++++---
 ts-debian-install      |  166 +++++++++++++++++++++++++++++++++++++-----------
 ts-xen-install         |  149 +++++++++++++++++++++++++++++++------------
 8 files changed, 343 insertions(+), 99 deletions(-)

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

end of thread, other threads:[~2015-01-29 10:55 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10  8:07 [OSSTEST PATCH 0/4] Introduction of the patches longtao.pang
2014-12-10  8:07 ` [OSSTEST PATCH 1/4] Add nested testcase of preparing and installing L1 guest VM longtao.pang
2014-12-11 11:06   ` Wei Liu
2014-12-26  5:13     ` Robert Hu
2015-01-02  9:51       ` Dario Faggioli
2014-12-10  8:07 ` [OSSTEST PATCH 2/4] Build XEN and HVM Dom0 kernel for " longtao.pang
2014-12-11 11:25   ` Wei Liu
2015-01-27  8:33     ` Hu, Robert
2015-01-27 11:01       ` Ian Campbell
2015-01-29  6:05         ` Hu, Robert
2014-12-10  8:07 ` [OSSTEST PATCH 3/4] Add nested testcase of installing L2 " longtao.pang
2014-12-11 11:43   ` Wei Liu
2015-01-06  3:28     ` Pang, LongtaoX
2015-01-06 16:52       ` Wei Liu
2015-01-07  3:52         ` Pang, LongtaoX
2015-01-08  7:34         ` Pang, LongtaoX
2015-01-08 10:48           ` Wei Liu
2015-01-08 11:12             ` Ian Campbell
2015-01-08 11:16               ` Ian Jackson
2015-01-08 11:22             ` Robert Hu
2015-01-08 11:26               ` Ian Campbell
2015-01-08 17:20       ` Dario Faggioli
2015-01-08 17:25         ` Ian Campbell
2015-01-09  2:46         ` Pang, LongtaoX
2014-12-10  8:07 ` [OSSTEST PATCH 4/4] Insert nested test job name and runvars into longtao.pang
2014-12-11 11:46   ` Wei Liu
2015-01-06  3:31     ` Pang, LongtaoX
2015-01-29  9:57     ` Hu, Robert
2015-01-29 10:42       ` Wei Liu
2015-01-29 10:52         ` Ian Campbell
2015-01-29 10:55           ` Ian Campbell
2014-12-11 10:38 ` [OSSTEST PATCH 0/4] Introduction of the patches Wei Liu

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.