[ovs-git] [openvswitch/ovs] e27d02: Fix test 'testing ovn -- IP packet buffering' on W...

GitHub noreply at github.com
Mon Jan 28 13:41:41 UTC 2019


  Branch: refs/heads/branch-2.11
  Home:   https://github.com/openvswitch/ovs
  Commit: e27d02024b4b0031f7cffe08c11acd8561714bbd
      https://github.com/openvswitch/ovs/commit/e27d02024b4b0031f7cffe08c11acd8561714bbd
  Author: Alin Gabriel Serdean <aserdean at ovn.org>
  Date:   2019-01-28 (Mon, 28 Jan 2019)

  Changed paths:
    M tests/ovn.at

  Log Message:
  -----------
  Fix test 'testing ovn -- IP packet buffering' on Windows

The test fails on Windows because of:
<--cut-->
ovn-nbctl: sw0: invalid network address: 2001;1\64
ovn-nbctl: sw1: invalid network address: 2002;1\64
<--cut-->

This is due to the fact msys converts '::1' into ';1'.

Use IPv6 long form instead of its short variant.

Signed-off-by: Alin Gabriel Serdean <aserdean at ovn.org>
Acked-by: Numan Siddique <nusiddiq at redhat.com>
Acked-by: Ben Pfaff <blp at ovn.org>



      **NOTE:** GitHub Services has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      We will provide an alternative path for the email notifications by January 31st, 2019.


More information about the git mailing list