[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 0/3] Introduction of the patches.
Robert and I made these patchs about adding Nested test job into OSSTest. Nested virtualization is the ability to run a hypervisor inside of 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 on L0 is called level 1 or L1; A guest that runs on the L1 hypervisor is called a level 2 or L2. We should run build-amd64 job and build-amd64-hvm job first. For Nested testing, we will install L1 guest VM under L0, the L1 guest should build xen and HVM Dom0 kernel and then boot into xen kernel. Then install L2 guest VM inside L1. After that, make sure ping L2 is successfully. ---------------------------------------------------------------- longtao.pang (3): Add nested testcase of installing L1 guest VM. Add nested testcase of installing L2 guest VM. Insert job name and runvars into standalone.db Osstest/Debian.pm | 25 ++-- Osstest/TestSupport.pm | 31 +++- make-flight | 19 +++ mfi-common | 9 ++ sg-run-job | 7 + ts-nested-L1-debian-install | 534 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ ts-nested-L2-debian-install | 148 +++++++++++++++++++ 7 files changed, 759 insertions(+), 14 deletions(-) create mode 100755 ts-nested-L1-debian-install create mode 100755 ts-nested-L2-debian-install _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |