Add host environment setup scripts 23/5523/1
authorYunhong Jiang <yunhong.jiang@linux.intel.com>
Fri, 4 Dec 2015 19:47:31 +0000 (14:47 -0500)
committerYunhong Jiang <yunhong.jiang@linux.intel.com>
Tue, 5 Jan 2016 00:06:33 +0000 (19:06 -0500)
commitd792accb76bb16af0cbf0710a41491d21de75721
tree778b29a710a635b76e1865d57f110c1ea13f553c
parentb52baab237a0b45cb18b26f529e6490b42574209
Add host environment setup scripts

Testing KVM4NFV project requires special host environment to get the
best result.

Two scrripts are used to setup the environment. The host-setup0.sh setup
the environment that should take effect before the kernel is bringup,
mostly the grub entries. The host-setup1.sh setup the environment that
takes effect after the kernel is up, like some sysfs entry, interrupt
affinity etc. The host-config provides the configurations.

Change-Id: Ie933ea0089ac82acd39fc48088615215993312f3

Signed-off-by: David Su <david.w.su@intel.com>
Signed-off-by: Yunhong Jiang <yunhong.jiang@linux.intel.com>
ci/envs/host-config [new file with mode: 0644]
ci/envs/host-setup0.sh [new file with mode: 0755]
ci/envs/host-setup1.sh [new file with mode: 0755]