This website requires JavaScript.
Explore
Help
Sign In
mir
/
openvswitch
Watch
2
Star
0
Fork
0
You've already forked openvswitch
mirror of
https://github.com/openvswitch/ovs
synced
2025-10-19 14:37:21 +00:00
Code
Issues
Releases
Wiki
Activity
Files
969e46a224d433ea60878252c607ad65371bc00d
openvswitch
/
debian
/
openvswitch-test.install
3 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
debian: Don't install Python modules for obsolete Python versions. Python 2.4 is obsolete, not present in Debian squeeze or sid, so don't install Python modules for it. It would be better to just put the files directly into /usr/share/pyshared/ovs/, instead of in site-packages for some specific Python version, but this causes problems for builds on squeeze, as documented in commit bc3aa0bf5 (debian: Make python-openvswitch packaging work with squeeze dh_python2.): The dh_python2 helper in Debian squeeze has a limitation that is not mentioned anywhere, as far as I can tell: Python files must be in /usr/lib/python#.#/site-packages to be installed. The version in Debian wheezy does not have the same limitation. This meant that building the Debian packages on squeeze silently produced a broken python-openvswitch package, whereas building the same thing on wheezy built a working package. This fixes the problem by putting the .py files where squeeze expects them. It works on wheezy too. A before-and-after "debdiff" shows that the only significant effect of this commit is to drop python2.4 symlinks. CC: horms@debian.org Reported-by: Luca Falavigna <ftpmaster@debian.org> Signed-off-by: Ben Pfaff <blp@nicira.com>
2012-02-03 13:30:50 -08:00
usr/share/openvswitch/python/ovstest usr/lib/python2.6/dist-packages/
ovs-test: A new tool that allows to diagnose connectivity and performance issues This tool will be a replacement for the current ovs-vlan-test utility. Besides from connectivity issues it will also be able to detect performance related issues in Open vSwitch setups. Currently it uses UDP and TCP protocols for stressing. Issue #6976
2011-10-31 14:56:08 -07:00
usr/bin/ovs-test
Reference in New Issue
Copy Permalink