[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 0/4] Introduction of the patches.
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(-) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |