[ovs-git] [openvswitch/ovs] 2bc853: tests: Avoid race in tunnel-push-pop tests.

GitHub noreply at github.com
Thu Aug 18 23:53:37 UTC 2016


  Branch: refs/heads/branch-2.6
  Home:   https://github.com/openvswitch/ovs
  Commit: 2bc853577312c40ad4ad80d4a3c77835862d3b99
      https://github.com/openvswitch/ovs/commit/2bc853577312c40ad4ad80d4a3c77835862d3b99
  Author: Jesse Gross <jesse at kernel.org>
  Date:   2016-08-18 (Thu, 18 Aug 2016)

  Changed paths:
    M tests/tunnel-push-pop-ipv6.at
    M tests/tunnel-push-pop.at

  Log Message:
  -----------
  tests: Avoid race in tunnel-push-pop tests.

These tests dump the flows currently in the datapath but they aren't
the first to run and might have existing flows left over. We don't
really care if there are others flows present so filter on the ones
we want to avoid being affected by the timing of flow eviction.

Signed-off-by: Jesse Gross <jesse at kernel.org>
Acked-by: Pravin B Shelar <pshelar at ovn.org>




More information about the git mailing list