Skip to content

Instantly share code, notes, and snippets.

@kmindi
kmindi / test_nested_virt_simple.sh
Created January 8, 2018 10:12 — forked from arges/test_nested_virt_simple.sh
Nested Virtualization Testcase for LP: #1682077
#!/bin/bash -x
#
# simple nested ubuntu vm testcase
#
# (c) 2014,2015 Chris J Arges <christopherarges@gmail.com>
L1_NAME="nested-L1"
L2_NAME="nested-L2"
L1_MEMORY="1024"
L2_MEMORY="768"