Vagrantfile: Add test_ovs_system_userspace provision.
authorDaniele Di Proietto <diproiettod@vmware.com>
Fri, 7 Aug 2015 18:40:37 +0000 (19:40 +0100)
committerJoe Stringer <joestringer@nicira.com>
Fri, 7 Aug 2015 19:58:42 +0000 (12:58 -0700)
commit548f9fe7d28b30e18d32d60746f250bda92b7b4d
tree1b3054ded1534f0624f23a0ff86bc7c46401fa20
parentd7c5426b945a6abeb51e7c9d82fadddde11df404
Vagrantfile: Add test_ovs_system_userspace provision.

Add 'test_ovs_system_userspace' provision.  Command:
        # vagrant provision --provision-with=test_ovs_system_userspace

will run "make check-system-userspace" in the vagrant launched VM.

It may be more convenient to run this tests inside a vm rather than in
the host, because they interact with system networking.

Suggested-by: Joe Stringer <joestringer@nicira.com>
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
Acked-by: Joe Stringer <joestringer@nicira.com>
INSTALL.md
NEWS
Vagrantfile