aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-04-02check-structs: Disallow uint<N>_t because ovs_be<N> should always be used.Ben Pfaff
2012-03-28tests: Gracefully shut down ovsdb-server, to avoid valgrind leak warnings.Ben Pfaff
2012-03-28tests: Suppress valgrind error reports from glibc timer_create() function.Ben Pfaff
2012-03-27Add error codes for Open Flow v1.2Simon Horman
2012-03-23Allow configuring DSCP on controller and manager connections.Mehak Mahajan
2012-03-20ovs-vsctl: Allow "fake bridges" to be created for VLAN 0.Ben Pfaff
2012-03-13Use `pwd` in place of $PWD, treewide.Ben Pfaff
2012-03-12tests: Skip "strings at least 2 characters long" test for narrow Python.Ben Pfaff
2012-03-12tests: Fix "make check" as non-root.Ben Pfaff
2012-03-09nicira-ext: Increase the number of NXM registers to 8.Ethan Jackson
2012-03-09idl: Convert python daemons to utilize SchemaHelper.Ethan Jackson
2012-03-07tests: Suppress "role reply" that can appear in async message test.Ben Pfaff
2012-03-07python: Make build number format consistent with C.Ethan Jackson
2012-03-07ovs-ofctl: Make "barrier" output reproducible for testing.Ben Pfaff
2012-03-07tests: Convert *_SCHEMA macros to shell functions.Ben Pfaff
2012-03-07tests: Convert OVS_WAIT_* macros to shell functions.Ben Pfaff
2012-03-07tests: Convert interface-reconfigure macros to shell functions.Ben Pfaff
2012-03-07Abstract everything that uses ofp_phy_port, add OF1.1 support.Ben Pfaff
2012-03-07ofp-print: Print OpenFlow version number of message, unless it's 1.0.Ben Pfaff
2012-03-07Begin breaking openflow-1.0.h into common and version-specific definitions.Ben Pfaff
2012-03-07Introduce ofputil_protocol, to abstract the protocol in use on a connection.Ben Pfaff
2012-03-07unixctl: Timeout unit tests instead of hanging.Ethan Jackson
2012-03-06unixctl: Re-enable unit tests.Ethan Jackson
2012-03-06xenserver: Add vm-id to the external_ids.Gurucharan Shetty
2012-03-02unixctl: Skip Python unixctl tests.Ethan Jackson
2012-03-02python: Port unixctl to Python.Ethan Jackson
2012-03-02tests: Add code coverage for Python.Ethan Jackson
2012-03-02jsonrpc.py: Don't swallow errors in transact_block().Ethan Jackson
2012-03-01tests: Prefer development Python files over installed ones.Ethan Jackson
2012-02-28timeval: Add "time/stop" unixctl command, for use in unit tests.Ben Pfaff
2012-02-21unixctl: New JSON RPC back-end.Ethan Jackson
2012-02-21jsonrpc: Don't swallow errors in jsonrpc_transact_block().Ethan Jackson
2012-02-27Add ability to direct "packet-in"s to particular controllers.Ben Pfaff
2012-02-27jsonrpc: Make jsonrpc_error() internal.Ben Pfaff
2012-02-18ovs-vsctl.at: Use full name for referring to the "NetFlow" table.Justin Pettit
2012-02-15Implement new "fin_timeout" action and "learn" feature.Ben Pfaff
2012-02-09ofproto: Implement OpenFlow extension to allow control over async messages.Ben Pfaff
2012-02-09Add support for parsing and printing OFPFF_* flags.Ben Pfaff
2012-02-09ofp-util: Add struct ofputil_packet_out, helper functions, and use it all.Ben Pfaff
2012-02-08ofproto-dpif: Don't output to in_port even if in_port is OFPP_LOCAL.Aaron Rosen
2012-02-07Add information about time left before timeouts to flow dumps.Ben Pfaff
2012-02-07tests: Use ofctl_strip consistently.Ben Pfaff
2012-02-02stp: Log topology change events.Ethan Jackson
2012-02-02Add support for bitwise matching on TCP and UDP ports.Ben Pfaff
2012-02-02tests: Reduce risk of port collision and remove bash dependency.Ben Pfaff
2012-02-02daemon: New function daemon_save_fd() to preserve fds across detach.Ben Pfaff
2012-02-02tests: Run ovs-ofctl under valgrind too, with the "check-valgrind" target.Ben Pfaff
2012-02-01Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff
2012-02-01heap: New library that implements a binary heap-based priority queue.Ben Pfaff
2012-02-01util: New function bitwise_zero().Ben Pfaff