Skip to content

Instantly share code, notes, and snippets.

View ryan-beisner's full-sized avatar
🐧
Cloud Infrastructure Software Engineering as a Service

Ryan Beisner ryan-beisner

🐧
Cloud Infrastructure Software Engineering as a Service
View GitHub Profile
@arges
arges / test_nested_virt_simple.sh
Last active January 8, 2018 10:12
Nested Virtualization Testcase for LP: #1329434
#!/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"