summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* lldp: Fix DPDK build.Pravin B Shelar2015-03-041-2/+2
* test-hash: Do not exit check_word_hash() when there is a failure.Alex Wang2015-03-041-1/+0
* test-hash: Test hash_bytes128() with single 128-bit word.Alex Wang2015-03-041-12/+89
* lldpd: Fix use of list of struct lldpd_hardware.Ben Pfaff2015-03-031-3/+2
* lldpd-structs: Fix type of c_id member.Ben Pfaff2015-03-031-2/+2
* lldp-structs: Fix use of list of lldpd_aa_isid_vlan_maps_tlv.Ben Pfaff2015-03-031-8/+5
* lldp: Change representation of ISID to uint32_t.Ben Pfaff2015-03-031-18/+6
* test-aa: Make variables local to this file static.Ben Pfaff2015-03-031-3/+3
* lldp: Get rid of POKE macros in favor of inline functions.Ben Pfaff2015-03-031-3/+3
* auto-attach: Add auto-attach support to bridge layer and command setDennis Flynn2015-03-035-2/+343
* ofpbuf: Simplify ofpbuf API.Pravin B Shelar2015-03-035-23/+23
* dp-packet: Remove ofpbuf dependency.Pravin B Shelar2015-03-034-16/+19
* test-hash: Remove the check_word_hash() for hash_bytes128_cb.Alex Wang2015-02-271-10/+0
* test-hash: Refine the check_256byte_hash().Alex Wang2015-02-271-18/+22
* test-hash: Make check_256byte_hash() test no 1-bits set case.Alex Wang2015-02-261-2/+4
* ofproto: Add NXM_NX_TUN_GBP_ID and NXM_NX_TUN_GBP_FLAGSMadhu Challa2015-02-144-51/+57
* tests: Enable running parallel unit tests for Windows.Gurucharan Shetty2015-02-132-2/+81
* mac-learning: Implement per-port MAC learning fairness.Ben Pfaff2015-02-131-0/+66
* daemon.at: Fix a race condition with windows service test.Gurucharan Shetty2015-02-111-1/+2
* test: Hide the name space clean up inside ADD_NAMESPACE macroAndy Zhou2015-02-092-1/+1
* test: Reverse the order of commands added by ON_EXIT macroAndy Zhou2015-02-091-1/+3
* ofproto: add support of OFPR_ACTION_SET as packet-in reason for OF1.4+Shu Shen2015-02-061-12/+60
* test: remove openvswitch kernel module on test failureAndy Zhou2015-02-061-0/+1
* test: capture ping output into a fileAndy Zhou2015-02-061-1/+2
* test: add name space removal on test failureAndy Zhou2015-02-061-0/+1
* test: remove unnecessary leading blanksAndy Zhou2015-02-061-1/+1
* test: remove unnecessary command linesAndy Zhou2015-02-061-3/+1
* test: remove namespace after ovs-vswitchd is stoppedAndy Zhou2015-02-062-3/+7
* ovs-command-completion: Complete on file path by default.Alex Wang2015-02-031-25/+0
* ovs-command-completion: Autotest integration.Alex Wang2015-01-303-0/+356
* ovs-vsctl.at: Fix intermittent failure.Alex Wang2015-01-301-0/+4
* autotest: Use modprobe for kernel module unloadingChristoph Jaeger2015-01-291-1/+1
* autotest: Fix kernel module unit test teardownChristoph Jaeger2015-01-281-1/+1
* vlog: Ability to override the default log facility.Gurucharan Shetty2015-01-281-0/+63
* test-sflow: Fix error message when a socket cannot be opened.Ben Pfaff2015-01-231-2/+2
* Add tests/kmod-testsuite to .gitignoreLorand Jakab2015-01-191-0/+1
* autotest: add autotest framework for adding kernel module unit testsAndy Zhou2015-01-164-4/+143
* autotest: refactor OVS_VSWITCHD_START MACROAndy Zhou2015-01-164-113/+123
* test-atomic: Stop testing when running slow.Jarno Rajahalme2015-01-131-4/+36
* Implement set-field for IPv6 ND fields (nd_target, nd_sll, and nd_tll).Sharo, Randall A CIV SPAWARSYSCEN-ATLANTIC, 552002015-01-133-3/+76
* ipv6: Add support for setting ipv6 flow label.Pritesh Kothari2015-01-131-2/+2
* classifier: Add support for conjunctive matches.Ben Pfaff2015-01-113-8/+172
* vlog: Rename the currently used term 'facility' as 'destination'.Gurucharan Shetty2015-01-083-5/+5
* tests: Make test independent of the hash function.Jarno Rajahalme2015-01-071-2/+2
* miniflow: Use 64-bit data.Jarno Rajahalme2015-01-062-12/+13
* ofproto: Don't count hidden rules in table stats.Ben Pfaff2015-01-061-0/+52
* ofproto: Omit hidden tables from "next tables".Ben Pfaff2015-01-021-6/+18
* dpif-netdev: Add per-pmd flow-table/classifier.Alex Wang2014-12-301-0/+6
* ofproto-dpif.at: Avoid using GNU sed extensionsYAMAMOTO Takashi2014-12-241-1/+1
* test: Fix intermittent failure.Alex Wang2014-12-231-0/+3