summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ovs-vsctl: Improve error reportingAndy Zhou2014-03-281-2/+6
* ofp-util: Implement OFPMP_TABLE_FEATURES decoding and printing.Alexander Wu2014-03-231-0/+221
* Disable OF1.4 in ovs-vswitchd and ovs-ofctl without specially enabling.Ben Pfaff2014-03-232-112/+112
* ofproto: Allow the use of the OpenFlow 1.4 protocolAlexandru Copot2014-03-231-0/+2
* ofproto-dpif: Add table-miss flow testsSimon Horman2014-03-201-0/+84
* ofproto: Honour Table Mod settings for table-miss handlingSimon Horman2014-03-201-0/+353
* cfm: Add test for the update of CFM status to OVSDB.Alex Wang2014-03-201-0/+38
* lib/flow: Retain ODPP_NONE on flow_extract().Jarno Rajahalme2014-03-191-9/+9
* tests: Fix small typo in "OpenFlow" in ofproto tests.Justin Pettit2014-03-181-2/+2
* ovs-atomic: Delete atomic, atomic_flag, ovs_refcount destroy functions.Ben Pfaff2014-03-131-3/+1
* learn.at: fix a race in "self-modifying flow with hard_timeout" testYAMAMOTO Takashi2014-03-121-7/+14
* learn.at: fix a commentYAMAMOTO Takashi2014-03-121-1/+1
* learn.at: wrap long commentsYAMAMOTO Takashi2014-03-121-2/+4
* ofproto: Update rule's priority in eviction group.kmindg2014-03-111-0/+74
* tests: Test learned flow idle timeouts.Joe Stringer2014-03-111-0/+103
* Makefile: Remove unnecessary includes of SSL_LIBS.Gurucharan Shetty2014-03-041-29/+29
* lib: simplify flow_extract() APIAndy Zhou2014-02-281-3/+3
* ofproto-dpif.at: Avoid races in MPLS testsYAMAMOTO Takashi2014-02-271-0/+4
* tests: Re-fix a race.Ben Pfaff2014-02-271-0/+6
* fatal-signal: SIGPIPE for Windows.Gurucharan Shetty2014-02-262-2/+4
* ofproto-dpif: Fix "sFlow packet sampling" tests on BSDsYAMAMOTO Takashi2014-02-262-1/+11
* tests: Sort output from dump-flows to avoid hash order dependency.Ben Pfaff2014-02-251-4/+4
* upcall: Remove datapath flows when setting n-threads.Joe Stringer2014-02-251-0/+23
* ofproto-dpif: Test flow stats reporting.Joe Stringer2014-02-251-0/+21
* ofproto-dpif-xlate: Avoid recursively taking read side of ofgroup rwlock.Ben Pfaff2014-02-211-0/+11
* tests/run-ryu: Correct logfile reportingSimon Horman2014-02-201-1/+1
* packets: Always set ethertype in push_mpls()Simon Horman2014-02-191-0/+35
* tests: Add MPLS push on MPLS test.Joe Stringer2014-02-191-0/+33
* tests/run-ryu: Fix setup for Ryu testsYAMAMOTO Takashi2014-02-191-9/+23
* tests/run-ryu: Fix log file namesYAMAMOTO Takashi2014-02-191-1/+1
* tests: Add support for automatically running Ryu tests against OVS.Ben Pfaff2014-02-142-0/+139
* meta-flow: Fix setting MFF_IP_FRAG.Jarno Rajahalme2014-02-111-2/+2
* tests: Fix MPLS test cases.Joe Stringer2014-02-111-11/+11
* tests: Add basic MPLS push test.Joe Stringer2014-02-111-0/+46
* tests: Add missing banner.Ben Pfaff2014-02-111-0/+2
* tests: Don't rely on strace for IPv6 IDL testcases.Joe Stringer2014-02-081-1/+1
* tests: Add MPLS + VLAN tests.Simon Horman2014-02-061-0/+389
* ofproto-dpif.at: Avoid races in "ofproto-dpif - dummy interface"YAMAMOTO Takashi2014-02-061-0/+1
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-066-192/+316
* ofproto-dpif.at: Avoid races by sleepingYAMAMOTO Takashi2014-02-041-0/+6
* daemon.at: Fix stderr racesYAMAMOTO Takashi2014-02-041-2/+2
* ofproto-dpif.at: Workaround races in megaflow testsYAMAMOTO Takashi2014-02-041-1/+22
* ofprot-dpif.at: Fix racesYAMAMOTO Takashi2014-02-041-0/+2
* Enhance userspace support for MPLS, for up to 3 labels.Ben Pfaff2014-02-042-6/+86
* ofproto-dpif-upcall: Hardcode max_idle to 1500ms.Ethan Jackson2014-01-291-8/+2
* netdev-dummy: Add support for active streamAndy Zhou2014-01-231-12/+46
* lib/pcap-file: add 'ovs_' prefix to pcap functionsLuigi Rizzo2014-01-231-2/+2
* tests: Fix path for distcleaning ovs-controller.8Joe Stringer2014-01-161-1/+1
* classifier: Use fat_rwlock instead of ovs_rwlock.Ben Pfaff2014-01-141-14/+14
* ovs-atomic: Add atomic_destroy() and use everywhere it is needed.Ben Pfaff2014-01-081-0/+2