summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* vlog: Add vlog/close command.Ben Pfaff2016-02-102-0/+75
* vlog: Make the most common module reference more direct.Ben Pfaff2016-02-101-1/+1
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-101-0/+4
* test-ovn: Add help output for parse-actions command.Ben Pfaff2016-02-101-1/+5
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-02-051-0/+2
* ofproto-macros: Fix definition of add_of_ports.Ben Pfaff2016-02-051-2/+2
* bridge: Do not add bridges with '/' in name.Daniele Di Proietto2016-02-031-0/+30
* vlog: Stop using explicit references to external log modules.Ben Pfaff2016-02-031-2/+1
* tests: Add vlog tests for C implementation to match Python tests.Ben Pfaff2016-02-033-0/+319
* ovn: Fix localnet ports on the same chassis.Russell Bryant2016-02-032-23/+28
* python: Don't compare None and int.Russell Bryant2016-02-021-1/+1
* python: Drop unicode type.Russell Bryant2016-02-022-4/+6
* odp-util: Fix formatting and parsing of 'frag' in tnl_push ipv4 argument.Ben Pfaff2016-02-012-11/+11
* ovn: Remove top ovn directory from PATHs.Ilya Maximets2016-01-291-1/+1
* tests: Avoid useless use of cat.Ben Pfaff2016-01-285-25/+25
* tests: Fix race in "ofproto-dpif - ofproto-dpif-monitor 1" test.Ben Pfaff2016-01-281-2/+2
* tests: Convert dpif-netdev macros to shell functions.Ben Pfaff2016-01-282-68/+79
* ofproto-macros: Remove STRIP_DURATION macro.Ben Pfaff2016-01-281-1/+0
* ofproto-macros: Change STRIP_USED and STRIP_UID to shell functions.Ben Pfaff2016-01-283-30/+32
* ofproto-macros: Change STRIP_XIDS from macro to shell function.Ben Pfaff2016-01-284-78/+82
* tests: Change ADD_OF_PORTS from macro to shell function.Ben Pfaff2016-01-288-132/+134
* ofproto-dpif-xlate: Do not execute resubmit again after recirculation.Ben Pfaff2016-01-271-0/+24
* tests: Fix unbalanced parentheses that caused build break in testcase.William Tu2016-01-261-1/+1
* system-traffic: use appropriate nc options for installed versionLance Richardson2016-01-252-4/+9
* Revert "system-traffic: Remove netcat from ICMP test."Lance Richardson2016-01-251-15/+4
* ofproto-dpif-xlate: Fix recirculation for resubmit to current table.Ben Pfaff2016-01-251-0/+25
* python: Convert dict iterators.Russell Bryant2016-01-211-7/+8
* test-sflow: Fix LACP typo.William Tu2016-01-202-4/+4
* tests: Set enable-dummy=system for ovn-controller-vtep tests.Russell Bryant2016-01-201-1/+1
* python: Stop using xrange().Russell Bryant2016-01-201-1/+2
* ofp-print: Decode and print all async config messages the same way.Ben Pfaff2016-01-203-4/+34
* ofp-util: Rewrite async config encoding and decoding to be table-driven.Ben Pfaff2016-01-201-0/+6
* openflow: Implement OF1.4+ OFPMP_QUEUE_DESC multipart message.Ben Pfaff2016-01-202-8/+82
* netdev-dummy: Add a dummy queue.Ben Pfaff2016-01-201-40/+43
* openflow: Rename OF0.1-1.3 queue property constants.Ben Pfaff2016-01-202-0/+29
* ofp-print: Improve formatting of queue stat requests and port_mods.Ben Pfaff2016-01-202-16/+16
* ofproto: Fix memory leak and memory exhaustion bugs in group_mod.Ben Pfaff2016-01-191-8/+8
* ofproto: Wildcard TTL on IP tunnelsHaggai Eran2016-01-193-11/+11
* tests: Update ovn localnet test case.Russell Bryant2016-01-151-18/+33
* ovsdb-idl: Add support for column tracking in IDL.Shad Ansari2016-01-122-0/+74
* python: Fix print function compatibility.Russell Bryant2016-01-124-26/+34
* python: Fix exception handler compatibility.Russell Bryant2016-01-122-4/+4
* test-aa: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+5
* test-ovsdb: Fix memory leak reported by valgrind.William Tu2016-01-111-1/+3
* test-netflow: Fix memory leak reported by valgrind.William Tu2016-01-111-0/+3
* ofproto: Implement OFPT_QUEUE_GET_CONFIG_REQUEST for OFPP_ANY in OF1.1+.Ben Pfaff2016-01-071-0/+9
* python: Resolve a deprecation warning.Russell Bryant2016-01-052-3/+3
* python: Fix several pep8 whitespace errors.Russell Bryant2016-01-052-2/+2
* python: Resolve pep8 comparison errors.Russell Bryant2016-01-052-17/+18
* python: Resolve pep8 blank line errors.Russell Bryant2016-01-053-0/+6