These network testing tools are barely used nowadays. Standard tools
like iperf are preferred for performance testing. Remove the utilities,
their man pages, the supporting ovstest Python module, and all build
system and packaging references.
---
v2:
- Split the single patch into a series removing one thing at a time. [Ilya]
- Removed the "system tests cover basic connectivity" justification,
since system tests run at build/CI time and serve a different purpose
than these user-facing tools. [Ilya]
- Also remove ovs-vlan-test, which is a predecessor of ovs-test and
is no longer relevant (designed for 2.6.x kernel VLAN bugs). [Ilya]
- Keep Breaks/Replaces clauses in debian/control.in (they are needed
for OVS 3.0 packaging compatibility, unrelated to this change). [Ilya]
Timothy Redaelli (4):
Remove ovs-l3ping.
Remove ovs-test.
Remove ovstest Python module.
Remove ovs-vlan-test.
Documentation/automake.mk | 7 +-
Documentation/conf.py | 6 -
.../contributing/documentation-style.rst | 2 +-
Documentation/ref/index.rst | 11 -
Documentation/ref/ovs-l3ping.8.rst | 129 ------
Documentation/ref/ovs-test.8.rst | 163 -------
Documentation/ref/ovs-vlan-test.8.rst | 113 -----
NEWS | 8 +
debian/control.in | 1 -
debian/openvswitch-switch.install | 2 -
debian/openvswitch-test.install | 5 -
python/automake.mk | 14 +-
python/ovstest/__init__.py | 1 -
python/ovstest/args.py | 283 ------------
python/ovstest/rpcserver.py | 372 ---------------
python/ovstest/tcp.py | 120 -----
python/ovstest/tests.py | 248 ----------
python/ovstest/udp.py | 85 ----
python/ovstest/util.py | 249 ----------
python/ovstest/vswitch.py | 107 -----
rhel/openvswitch-fedora.spec.in | 7 -
rhel/openvswitch.spec.in | 6 -
utilities/.gitignore | 6 -
utilities/automake.mk | 11 +-
utilities/ovs-l3ping.in | 76 ---
utilities/ovs-test.in | 141 ------
utilities/ovs-vlan-test.in | 435 ------------------
27 files changed, 14 insertions(+), 2594 deletions(-)
delete mode 100644 Documentation/ref/ovs-l3ping.8.rst
delete mode 100644 Documentation/ref/ovs-test.8.rst
delete mode 100644 Documentation/ref/ovs-vlan-test.8.rst
delete mode 100644 python/ovstest/__init__.py
delete mode 100644 python/ovstest/args.py
delete mode 100644 python/ovstest/rpcserver.py
delete mode 100644 python/ovstest/tcp.py
delete mode 100644 python/ovstest/tests.py
delete mode 100644 python/ovstest/udp.py
delete mode 100644 python/ovstest/util.py
delete mode 100644 python/ovstest/vswitch.py
delete mode 100644 utilities/ovs-l3ping.in
delete mode 100644 utilities/ovs-test.in
delete mode 100755 utilities/ovs-vlan-test.in
--
2.54.0
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev