summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test-atomic: Fix warnings for GCC4.9 and sparseDaniele Di Proietto2014-08-061-3/+3
* tests/test-atomic: Cover more of the atomic API.Jarno Rajahalme2014-08-051-1/+290
* tests: Turn off appctl poll_loop logging for long output.Ben Pfaff2014-08-041-4/+4
* ofproto-dpif: Fix tests broken by previous commit.Ben Pfaff2014-08-041-1/+1
* bitmap: Add test for bitmap_equal and bitmap_scanKmindg2014-07-313-0/+166
* tests: Add another test for extended registers.Ben Pfaff2014-07-291-0/+21
* connmgr: Only send role status messages to OpenFlow 1.4+ controllers.Ben Pfaff2014-07-281-30/+117
* meta-flow: Add 64-bit registers.Ben Pfaff2014-07-281-0/+8
* Use xstrdup() instead of strdup(), xmalloc() instead of malloc().Ben Pfaff2014-07-222-2/+2
* tests: Wait for ofctl_monitor.log in ofproto-dpif controller.Ben Pfaff2014-07-211-0/+1
* cmap, classifier: Avoid unsafe aliasing in iterators.Ben Pfaff2014-07-211-4/+4
* lib/classifier: Unify struct classifier and cls_classifier.Jarno Rajahalme2014-07-181-18/+17
* cmap: Fix cmap_next_position()Daniele Di Proietto2014-07-161-1/+19
* netdev-dpdk: add dpdk rings to netdev-dpdkmaryam.tahhan2014-07-162-0/+233
* tests: Use the 'LARGE_MSECS' variation of time/warp at more places.Gurucharan Shetty2014-07-155-31/+18
* ofp-msgs: Correct code for queue configuration messages in OpenFlow 1.0.Ben Pfaff2014-07-151-2/+2
* ovsdb-server.at: Skip tests that use ovsdb-server's "--run" on Windows.Gurucharan Shetty2014-07-141-0/+2
* tests: Disable glibc memory checking under glibc <= 2.11.Ben Pfaff2014-07-111-4/+18
* lib/hash: Use CRC32 for hashing.Jarno Rajahalme2014-07-111-2/+9
* lib/classifier: Lockless lookups.Jarno Rajahalme2014-07-111-35/+1
* lib/classifier: RCUify prefix trie code.Jarno Rajahalme2014-07-111-12/+53
* lib/classifier: Use internal mutex.Jarno Rajahalme2014-07-111-2/+6
* lib/classifier: Simplify iteration with C99 declaration.Jarno Rajahalme2014-07-111-25/+42
* lib/classifier: Use cmap.Jarno Rajahalme2014-07-111-5/+5
* tests: Fix "megaflow disabled" test.Joe Stringer2014-07-081-3/+1
* tests: Fix race in 'balance-tcp bonding' test.Joe Stringer2014-07-081-1/+1
* test-vconn: Change the expected error for Windows.Gurucharan Shetty2014-07-011-2/+14
* tests: Port test-sflow and test-netflow to Windows.Gurucharan Shetty2014-06-302-2/+4
* udpif: Add command to wait for revalidation.Joe Stringer2014-06-301-14/+20
* build: Allow building with autoconf 2.63Thomas Graf2014-06-273-33/+33
* test-ovsdb: Workaround unicode bug in Python 2.4.x.Gurucharan Shetty2014-06-261-1/+1
* vlan-splinters.at: Skip the test for Windows.Gurucharan Shetty2014-06-261-0/+1
* ovs-ofctl: Ability to read a hex string from file.Gurucharan Shetty2014-06-261-1/+1
* ovs-vsctl.at: Workaround lack of 'kill -l' on Windows.Gurucharan Shetty2014-06-261-2/+14
* ovsdb-tool: Workaround inability to replace existing file on Windows.Gurucharan Shetty2014-06-261-8/+16
* ovsdb-server.at: Handle different error message for already opened database.Gurucharan Shetty2014-06-261-1/+8
* interface-reconfigure.at: Skip POSIX specfic tests for Windows.Gurucharan Shetty2014-06-261-0/+4
* ofproto-dpif.at: Skip sflow tests in Windows.Gurucharan Shetty2014-06-261-0/+1
* file_name.at: Skip a symlink related test for Windows.Gurucharan Shetty2014-06-261-0/+1
* ovs-ofctl.at: Prevent msys from getting confused with ipv6 address.Gurucharan Shetty2014-06-261-2/+2
* ovs-vsctl.at: Adjust test output for Windows.Gurucharan Shetty2014-06-261-2/+3
* ovsdb-server.at: Adjust PKIDIR for ssl test.Gurucharan Shetty2014-06-261-1/+4
* ovsdb-server.at: Use different test for socket files.Gurucharan Shetty2014-06-261-3/+15
* ovsdb-server.at: Skip a few tests with '--monitor' option.Gurucharan Shetty2014-06-261-0/+4
* lib/classifier: Add miniflow_and_mask_matches_flow_wc.Jarno Rajahalme2014-06-261-3/+3
* lib/classifier: Optimize megaflows for single rule case.Jarno Rajahalme2014-06-262-10/+10
* lib/pvector: Non-intrusive RCU priority vector.Jarno Rajahalme2014-06-261-0/+35
* ofproto-dpif: Add MPLS testsSimon Horman2014-06-252-0/+872
* json: Fix parsing of strings that end with a backslash.Ben Pfaff2014-06-251-0/+7
* tests: Remove extraneous parenthesis from test name.Joe Stringer2014-06-251-1/+1