summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* ovn-northd: Tag allocation for nested containers.Gurucharan Shetty2016-09-092-3/+119
* ovn-northd: Add load-balancers to gateway routers.Gurucharan Shetty2016-09-091-0/+144
* ovn-controller: Datapath based conntrack zone for load-balancing.Gurucharan Shetty2016-09-091-0/+1
* ovn-nbctl, tests: Clean up noisy memory leaksRyan Moats2016-09-091-0/+4
* system-traffic: Add FTP NAT test without seqadj.Joe Stringer2016-09-071-2/+81
* ovsdb: Replication usability improvementsAndy Zhou2016-09-031-8/+97
* tests: Fix recently broken sFlow tests.Ben Pfaff2016-09-021-7/+7
* ofproto: Honor mtu_request even for internal ports.Daniele Di Proietto2016-09-021-0/+15
* Revert "ofproto: Always set MTU for new internal ports."Daniele Di Proietto2016-09-021-9/+0
* check-system-userspace: add recheck supportLance Richardson2016-09-021-1/+2
* check-kernel: add recheck supportLance Richardson2016-09-011-1/+2
* test: Improve replication unit testsAndy Zhou2016-08-312-70/+73
* ovsdb: Add blacklist_tablesAndy Zhou2016-08-311-2/+1
* system-traffic: Add a bonding test case.Lance Richardson2016-08-312-0/+62
* python tests: Skip python tests that kill the python daemonPaul Boca2016-08-311-0/+2
* ovn-controller: Back out incremental processingRyan Moats2016-08-312-20/+80
* ofproto: Always set MTU for new internal ports.Daniele Di Proietto2016-08-301-0/+9
* bridge: Honor 'mtu_request' when port is added.Daniele Di Proietto2016-08-301-0/+5
* ovs-ofctl: Extract tunnel metadata correctly when sorting flows.Jesse Gross2016-08-301-1/+17
* ovs-ofctl: Fix crash with replace-flows and diff-flows with tunnel metadata.Jesse Gross2016-08-301-0/+28
* ipsec: Do not allow ipsec_gre tunnel traffic to exit unencryptedAnsis Atteka2016-08-301-0/+7
* ovsdb: Fix mutation of newly inserted rows from Python IDL.Amitabha Biswas2016-08-302-4/+16
* lib: Retire packet buffering feature.Jarno Rajahalme2016-08-301-5/+5
* python tests: Skip python tests specific to Linux.Paul Boca2016-08-301-0/+12
* tunnel tests: Skip ipsec_gre tests on WindowsPaul Boca2016-08-261-0/+3
* ovn: Delete stale MAC_Bindings that result in Referential Integrity ViolationChandra S Vejendla2016-08-261-0/+33
* ovn: Replace tabs with spaces and clean up alignment in unit tests.Flavio Fernandes2016-08-251-77/+77
* system-ovn.at: Fix occasional test failures.Gurucharan Shetty2016-08-191-2/+6
* system-traffic: Don't rely on --field-separator.Joe Stringer2016-08-181-4/+4
* tests: Avoid race in tunnel-push-pop tests.Jesse Gross2016-08-182-2/+2
* system-traffic: Add link-args for ADD_NATIVE_TUNNEL.William Tu2016-08-182-8/+9
* ovn: Support for GARP for NAT IPs via localnetChandra S Vejendla2016-08-161-0/+49
* ovn: Fix ARP request flow for unknown IP in lrouterChandra S Vejendla2016-08-161-0/+111
* ovn-trace: New utility.Ben Pfaff2016-08-151-0/+216
* expr: New function expr_parse_microflow().Ben Pfaff2016-08-151-16/+18
* expr: New function expr_evaluate().Ben Pfaff2016-08-151-106/+24
* Add read-only option to ovs-dpctl and ovs-ofctl commands.Ryan Moats2016-08-1514-140/+140
* lex: Integrate error handling into struct lexer.Ben Pfaff2016-08-151-2/+2
* ofproto: Reduce bundle memory use.Jarno Rajahalme2016-08-151-4/+0
* ovn: Rewrite logical action parsing and encoding library.Ben Pfaff2016-08-152-184/+412
* ovn: Ability to set multiple load balancers.Gurucharan Shetty2016-08-151-3/+20
* ovsdb-idl: Fix bugs in Python IDL partial set and map.Amitabha Biswas2016-08-152-39/+44
* tests: Add a new MTU test.Daniele Di Proietto2016-08-151-0/+30
* netdev-dummy: Add dummy-internal class.Daniele Di Proietto2016-08-1511-47/+47
* ovsdb: Make OVSDB backup sever read onlyAndy Zhou2016-08-143-3/+92
* ovsdb: Rename replication related variable names.Andy Zhou2016-08-141-18/+18
* Simplify partial map Py3 IDL test added by commit a59912a0Ryan Moats2016-08-142-5/+5
* ovn-controller: Reset flow processing after (re)connection to switchNuman Siddique2016-08-141-0/+95
* python: Add support for partial map and partial set updatesRyan Moats2016-08-142-0/+118
* ovsdb: Add/use partial set updates.Ryan Moats2016-08-144-6/+227