summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* command-line: add ovs_cmdl_contextRussell Bryant2015-03-1711-222/+270
* ofproto-dpif-xlate: Preserve stack across patch port.Jarno Rajahalme2015-03-161-0/+49
* match: Do not skip formatting a zero dp_hash.Jarno Rajahalme2015-03-162-3/+3
* Add testsuite.tmp.orig to .gitignoreAlin Serdean2015-03-161-0/+1
* test-hash: Improve comments.Alex Wang2015-03-161-68/+51
* command-line: add ovs_cmdl_ prefixRussell Bryant2015-03-1612-41/+41
* ovstest: Fix a typo in a comment.Russell Bryant2015-03-161-1/+1
* ovs-vsctl-bashcomp: Fix build failure when bash version < 4.0.Alex Wang2015-03-131-3/+3
* Use the IANA-assigned ports for OpenFlow and OVSDB.Justin Pettit2015-03-121-1/+1
* ovs-vsctl-bashcomp: Documentation and unit tests.Alex Wang2015-03-121-0/+460
* ovs-appctl-bashcomp: Keep naming consistency.Alex Wang2015-03-121-30/+30
* 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