Re: [ovs-dev] [kmod-test V2 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-16 Thread Thomas Graf
On 01/15/15 at 06:12pm, Andy Zhou wrote: > Add 'test_ovs_kmod' provision. Command: ># vagrant provision --provision-with=test_ovs_kmod > > will run "make check-kmod" in the vagrant launched VM. > > It turns out to be more convenient to test within as root. Switch > Vagrantfile provisions to

[ovs-dev] [kmod-test V2 3/3] Vagrantfile: add test_ovs_kmod provision

2015-01-15 Thread Andy Zhou
Add 'test_ovs_kmod' provision. Command: # vagrant provision --provision-with=test_ovs_kmod will run "make check-kmod" in the vagrant launched VM. It turns out to be more convenient to test within as root. Switch Vagrantfile provisions to run as root user. However, vagrant can still be launch