diff mbox

[ovs-dev] vagrant: Add 'nc' to installed programs.

Message ID 1467105829-15977-1-git-send-email-joe@ovn.org
State Accepted
Headers show

Commit Message

Joe Stringer June 28, 2016, 9:23 a.m. UTC
netcat is used in several tests, but when creating a new vagrant VM we
haven't been installing it. Do so.

Signed-off-by: Joe Stringer <joe@ovn.org>
---
 Vagrantfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

William Tu June 28, 2016, 6:37 p.m. UTC | #1
Thanks, some of my testcases use netcat.

Tested-by: William Tu <u9012063@gmail.com>

On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer <joe@ovn.org> wrote:
> netcat is used in several tests, but when creating a new vagrant VM we
> haven't been installing it. Do so.
>
> Signed-off-by: Joe Stringer <joe@ovn.org>
> ---
>  Vagrantfile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Vagrantfile b/Vagrantfile
> index 3557095a2c3a..e618f9c1a30c 100644
> --- a/Vagrantfile
> +++ b/Vagrantfile
> @@ -9,7 +9,7 @@ $bootstrap_fedora = <<SCRIPT
>  dnf -y update
>  dnf -y install autoconf automake openssl-devel libtool \
>                 python-twisted-core python-zope-interface PyQt4 \
> -               desktop-file-utils groff graphviz rpmdevtools \
> +               desktop-file-utils groff graphviz rpmdevtools nc \
>                 wget python-six pyftpdlib checkpolicy selinux-policy-devel \
>                 libcap-ng-devel kernel-devel-`uname -r`
>  echo "search extra update built-in" >/etc/depmod.d/search_path.conf
> --
> 2.8.2
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
Andy Zhou June 28, 2016, 6:41 p.m. UTC | #2
On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer <joe@ovn.org> wrote:

> netcat is used in several tests, but when creating a new vagrant VM we
> haven't been installing it. Do so.
>
> Signed-off-by: Joe Stringer <joe@ovn.org>
>

 Acked-by: Andy Zhou <azhou@ovn.org>
Joe Stringer June 29, 2016, 11:47 a.m. UTC | #3
On 28 June 2016 at 20:41, Andy Zhou <azhou@ovn.org> wrote:
>
>
> On Tue, Jun 28, 2016 at 2:23 AM, Joe Stringer <joe@ovn.org> wrote:
>>
>> netcat is used in several tests, but when creating a new vagrant VM we
>> haven't been installing it. Do so.
>>
>> Signed-off-by: Joe Stringer <joe@ovn.org>
>
>
>  Acked-by: Andy Zhou <azhou@ovn.org>

Thanks, applied.
diff mbox

Patch

diff --git a/Vagrantfile b/Vagrantfile
index 3557095a2c3a..e618f9c1a30c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -9,7 +9,7 @@  $bootstrap_fedora = <<SCRIPT
 dnf -y update
 dnf -y install autoconf automake openssl-devel libtool \
                python-twisted-core python-zope-interface PyQt4 \
-               desktop-file-utils groff graphviz rpmdevtools \
+               desktop-file-utils groff graphviz rpmdevtools nc \
                wget python-six pyftpdlib checkpolicy selinux-policy-devel \
                libcap-ng-devel kernel-devel-`uname -r`
 echo "search extra update built-in" >/etc/depmod.d/search_path.conf