update CI setup in container4nfv 35/49835/1
authorGuo Ruijing <ruijing.guo@intel.com>
Mon, 1 Jan 2018 16:38:23 +0000 (11:38 -0500)
committerGuo Ruijing <ruijing.guo@intel.com>
Mon, 1 Jan 2018 16:38:54 +0000 (11:38 -0500)
Change-Id: Ic87532b6101a07f0c6c2a9ee0a8e2fbd4f2f1d70
Signed-off-by: Guo Ruijing <ruijing.guo@intel.com>
ci/setup_ci.sh

index f2e352f..4bf357a 100755 (executable)
@@ -6,6 +6,6 @@ echo "Please run it by jenkins account!"
 cat << EOF | sudo tee /etc/sudoers.d/${USER}
 ${USER} ALL = (root) NOPASSWD:ALL
 EOF
-sudo apt-get update > /dev/null
-sudo apt install -y qemu-kvm libvirt-bin 2>1 /dev/null
-echo "Plsease reboot/logout to make effective for libvirt group adding"
+../src/vagrant/setup_vagrant.sh
+echo "###########################################################"
+echo "Please reboot to make effective for libvirt group adding!!!"