summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Suppress "role reply" that can appear in async message test.Ben Pfaff2012-03-071-0/+1
* python: Make build number format consistent with C.Ethan Jackson2012-03-072-3/+1
* ovs-ofctl: Make "barrier" output reproducible for testing.Ben Pfaff2012-03-071-2/+1
* tests: Convert *_SCHEMA macros to shell functions.Ben Pfaff2012-03-075-100/+97
* tests: Convert OVS_WAIT_* macros to shell functions.Ben Pfaff2012-03-071-14/+24
* tests: Convert interface-reconfigure macros to shell functions.Ben Pfaff2012-03-071-90/+96
* Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff2012-03-072-13/+121
* ofp-print: Print OpenFlow version number of message, unless it's 1.0.Ben Pfaff2012-03-071-3/+3
* Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff2012-03-071-10/+10
* Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff2012-03-074-32/+72
* unixctl: Timeout unit tests instead of hanging.Ethan Jackson2012-03-073-31/+46
* unixctl: Re-enable unit tests.Ethan Jackson2012-03-061-6/+0
* xenserver: Add vm-id to the external_ids.Gurucharan Shetty2012-03-062-4/+13
* unixctl: Skip Python unixctl tests.Ethan Jackson2012-03-021-0/+6
* python: Port unixctl to Python.Ethan Jackson2012-03-026-0/+318
* tests: Add code coverage for Python.Ethan Jackson2012-03-022-3/+23
* jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson2012-03-021-0/+5
* tests: Prefer development Python files over installed ones.Ethan Jackson2012-03-011-1/+1
* timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff2012-02-281-0/+1
* unixctl: New JSON RPC back-end.Ethan Jackson2012-02-212-23/+23
* jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson2012-02-211-1/+1
* Add ability to direct "packet-in"s to particular controllers.Ben Pfaff2012-02-273-3/+29
* jsonrpc: Make jsonrpc_error() internal.Ben Pfaff2012-02-271-12/+14
* ovs-vsctl.at: Use full name for referring to the "NetFlow" table.Justin Pettit2012-02-181-4/+4
* Implement new "fin_timeout" action and "learn" feature.Ben Pfaff2012-02-153-2/+55
* ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff2012-02-092-0/+107
* Add support for parsing and printing OFPFF_* flags.Ben Pfaff2012-02-091-4/+4
* ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff2012-02-091-1/+1
* ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen2012-02-081-0/+11
* Add information about time left before timeouts to flow dumps.Ben Pfaff2012-02-073-8/+100
* tests: Use ofctl_strip consistently.Ben Pfaff2012-02-074-65/+65
* stp: Log topology change events.Ethan Jackson2012-02-022-12/+80
* Add support for bitwise matching on TCP and UDP ports.Ben Pfaff2012-02-022-5/+21
* tests: Reduce risk of port collision and remove bash dependency.Ben Pfaff2012-02-024-8/+36
* daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff2012-02-021-9/+2
* tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.Ben Pfaff2012-02-021-0/+2
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-013-0/+238
* heap: New library that implements a binary heap-based priority queue.Ben Pfaff2012-02-015-1/+509
* util: New function bitwise_zero().Ben Pfaff2012-02-011-0/+43
* util: Move bitwise_copy() here, add new bitwise functions, add a test.Ben Pfaff2012-02-011-1/+61
* tests: Fix broken interface-reconfigure tests.Ben Pfaff2012-01-241-0/+4
* lacp: Require successful LACP negotiations when configured.Ethan Jackson2012-01-231-1/+1
* bond: Change default bond_mode to active-backup.Ethan Jackson2012-01-161-1/+0
* bond: Add ovs-appctl bond/show to LACP sanity checks.Ethan Jackson2012-01-161-3/+19
* ofproto: New action TTL decrement.Pravin B Shelar2012-01-132-4/+36
* Better abstract OpenFlow error codes.Ben Pfaff2012-01-122-57/+94
* dpif-netdev: Make port numbers predictable for dummy dpif, for unit tests.Ben Pfaff2012-01-121-250/+140
* ovs-vsctl: Add set relational operators to "find" command.Ben Pfaff2012-01-111-1/+135
* openflow: New Nicira Extended PACKET_IN format.Ethan Jackson2012-01-102-38/+68
* ofproto-dpif: Implement PACKET_IN in userspace.Ethan Jackson2012-01-101-2/+2