Testing Harness: Difference between revisions

From Libreswan
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 2: Line 2:


cisco psk 3des. no pfs, aes
cisco psk 3des. no pfs, aes
Install fedora 20 to physical machine:
yum install libvirtd libvirt-daemon-driver-qemu libvirt-daemon-kvm qemu-system-x86 screen gcc make flex bison
yum install tcpdump sudo netcat virt-manager virt-install expect
add a user 'build' that will run the VMs and test cases. Add it to the qemu/kvm groups
service libvirtd start
git clone libreswan repo
cd libreswan.git
cp ./kvmsetup.sh.sample ./kvmsetup.sh
[edit to taste - mostly OSTYPE and OSMEDIA]
give build user password-less sudo rights and/or add to wheel group
sh ./testing/libvirt/install.sh
chmod 777 /var/lib/libvirt/qemu

Latest revision as of 14:37, 30 January 2014

move kvmsetup.sh from root to a subdirectory

cisco psk 3des. no pfs, aes

Install fedora 20 to physical machine:

yum install libvirtd libvirt-daemon-driver-qemu libvirt-daemon-kvm qemu-system-x86 screen gcc make flex bison yum install tcpdump sudo netcat virt-manager virt-install expect

add a user 'build' that will run the VMs and test cases. Add it to the qemu/kvm groups

service libvirtd start

git clone libreswan repo

cd libreswan.git cp ./kvmsetup.sh.sample ./kvmsetup.sh [edit to taste - mostly OSTYPE and OSMEDIA]

give build user password-less sudo rights and/or add to wheel group

sh ./testing/libvirt/install.sh

chmod 777 /var/lib/libvirt/qemu