[ovs-git] [openvswitch/ovs] 15394e: tests: Get rid of timeout options for control util...

Ilya Maximets noreply at github.com
Wed Oct 16 10:14:51 UTC 2019


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 15394e0ff7ae58328d1619ec9c8507b4437ae81d
      https://github.com/openvswitch/ovs/commit/15394e0ff7ae58328d1619ec9c8507b4437ae81d
  Author: Ilya Maximets <i.maximets at ovn.org>
  Date:   2019-10-16 (Wed, 16 Oct 2019)

  Changed paths:
    M tests/daemon.at
    M tests/ofproto-dpif.at
    M tests/ofproto-macros.at
    M tests/ovs-macros.at
    M tests/ovs-vswitchd.at
    M tests/ovsdb-cluster.at
    M tests/ovsdb-macros.at
    M tests/pmd.at
    M tests/vtep-ctl.at

  Log Message:
  -----------
  tests: Get rid of timeout options for control utilities.

'OVS_CTL_TIMEOUT' environment variable is exported in tests/atlocal.in
and controls timeouts for all OVS utilities in testsuite.

There should be no manual tweaks for each single command.

This helps with running tests under valgrind where commands could
take really long time as you only need to change 'OVS_CTL_TIMEOUT'
in a single place.

Few manual timeouts were left in places where they make sense.

Signed-off-by: Ilya Maximets <i.maximets at ovn.org>
Reviewed-by: Yifeng Sun <pkusunyifeng at gmail.com>
Acked-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list