[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 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 ---------------------------------------------------------------- root (4): Add nested testcase of preparing and installing L1 guest Building XEN and HVM Dom0 kernel for L1 guest VM Add nested test case of installing L2 guest VM Insert nested test job name and runvars into standalone database Osstest/Debian.pm | 25 ++- Osstest/TestSupport.pm | 31 +++- make-flight | 19 ++ mfi-common | 8 + sg-run-job | 8 + ts-debian-install | 166 +++++++++++++---- ts-nested-L1-debian-install-part1 | 202 ++++++++++++++++++++ ts-nested-L1-debian-install-part2 | 364 +++++++++++++++++++++++++++++++++++++ 8 files changed, 773 insertions(+), 50 deletions(-) create mode 100755 ts-nested-L1-debian-install-part1 create mode 100755 ts-nested-L1-debian-install-part2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |