aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2012-08-13tests: Fix MockXenAPI to make the ovs-xapi-sync test case pass again.Ben Pfaff
2012-07-27Avoid implementation-defined strerror behaviourEd Maste
2012-05-29ofp-util: Clean up cookie handling.Justin Pettit
2012-05-16odp-util: Update ODPUTIL_FLOW_KEY_BYTES for current kernel flow format.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "slow path" datapath flows.Ben Pfaff
2012-05-09ofproto-dpif: Introduce "internal flows" for handling flow table misses.Ben Pfaff
2012-05-08ofproto: Add support for OF1.3 port description multipart message.Justin Pettit
2012-05-07ofp-util: Treat a packet-out in_port of OFPP_CONTROLLER as OFPP_NONE.Ben Pfaff
2012-05-07ofproto-dpif: Accept OpenFlow-like flows in "ofproto/trace".Ben Pfaff
2012-05-02Global replace of Nicira Networks.Raju Subramanian
2012-05-01tests: Fix typo in comment.Ben Pfaff
2012-05-01ofp-print: Add some more white space to flow dumps.Ben Pfaff
2012-04-26nicira-ext: Support masking of nd_target fieldAnsis Atteka
2012-04-26json: Correct position tracking in JSON parser implementations.Ben Pfaff
2012-04-23tests: Generalize 'sed' calls in MAC learning test to more than one digit.Ben Pfaff
2012-04-23tests: Avoid daemon race between pidfile creation and parent notification.Ben Pfaff
2012-04-18dpif: Include TCP flags in "ovs-dpctl dump-flows" output.Ben Pfaff
2012-04-17socket-util: Remove DSCP_INVALID.Ethan Jackson
2012-04-13learn: Make it possible to parse "load" actions wider than 64 bits.Ben Pfaff
2012-04-13learn: Fix bugs when learn actions use subfields wider than 64 bits.Ben Pfaff
2012-04-13util: New function bitwise_is_all_zeros().Ben Pfaff
2012-04-13util: New function bitwise_one().Ben Pfaff
2012-04-12ovsdb-idl: Improve ovsdb_idl_txn_increment() interface.Ben Pfaff
2012-04-12ovsdb-idl: Simplify transaction retry.Ben Pfaff
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