summaryrefslogtreecommitdiff
path: root/tests/ofproto-macros.at
Commit message (Expand)AuthorAgeFilesLines
* test: Make test independent of the recirc_idAndy Zhou2015-10-301-0/+2
* ovn.at: Add test for gateway.Justin Pettit2015-10-161-1/+1
* ovn-sbctl: Use environment var OVN_SB_DB to find the database by default.Ben Pfaff2015-10-071-5/+9
* tests: Refactor macros so OVN databases can be initialized individually.Ben Pfaff2015-10-071-8/+17
* ovn: Implement basic end-to-end full mesh test.Ben Pfaff2015-09-291-0/+167
* tests: Replace ON_EXIT m4 macro by on_exit() shell function.Ben Pfaff2015-09-091-2/+2
* tests: Automatically initialize OVS_*DIR vars when tests begin.Ben Pfaff2015-09-091-7/+1
* ofproto-macros: Remove stray garbage from file.Ben Pfaff2015-07-211-2/+0
* ofproto-macros.at: Make check_logs() check all *.log files.Alex Wang2015-07-151-1/+12
* tests: Adjust output of vconn for windows.Gurucharan Shetty2015-06-221-1/+8
* ovs-ofctl: Add bundle support and unit testing.Jarno Rajahalme2015-06-101-0/+10
* odp-util: Reuse UUID marshalling for UFID.Joe Stringer2015-06-091-1/+1
* tests: Avoid Windows unit tests from hanging.Gurucharan Shetty2015-04-221-1/+2
* autotest: refactor OVS_VSWITCHD_START MACROAndy Zhou2015-01-161-13/+22
* dpif: Index flows using unique identifiers.Joe Stringer2014-12-021-0/+1
* openvswitch: Userspace tunneling.Pravin B Shelar2014-11-121-0/+7
* ovs-numa: Add ovs-numa.{c,h} for extracting and storing cpuAlex Wang2014-08-131-0/+1
* test: add WAIT_FOR_DUMMY_PORTS helper macro for writing testsAndy Zhou2014-06-101-0/+9
* socket-util: Log the kernel assigned port number when asked.Gurucharan Shetty2014-05-281-2/+2
* tests: Change to parse dynamically allocated ports on windows.Gurucharan Shetty2014-05-151-2/+2
* Add skeleton for OF1.5 support.Ben Pfaff2014-05-141-1/+1
* Remove --enable-of14 option because the implementation is now safe.Ben Pfaff2014-05-141-1/+1
* Add basic implementation for OpenFlow 1.4 bundlesAlexandru Copot2014-05-021-2/+2
* Enable OpenFlow 1.0, 1.1, 1.2, and 1.3 by default.Ben Pfaff2014-04-301-1/+1
* tests: Whitelist messages about RCU blocking in the testsuite.Ben Pfaff2014-04-291-0/+1
* Add IPv6 support for OpenFlow, OVSDB, NetFlow, and sFlow.Arun Sharma2014-02-061-2/+2
* ofproto-dpif-xlate: Limit memory and time that translation can consume.Ben Pfaff2013-10-041-0/+4
* Add basic OpenFlow 1.1 protocol support.Ben Pfaff2013-07-081-1/+1
* Add VLAN splinters unit test.Ben Pfaff2013-06-251-2/+7
* invoke perl as ${PERL}YAMAMOTO Takashi2013-04-221-1/+1
* ovsdb-server: Announce bound listening ports as status:bound_port.Ben Pfaff2013-04-181-5/+5
* tests: Avoid race conditions, by letting the kernel choose ports to bind.Ben Pfaff2013-04-181-0/+17
* ofproto-macros: Fail a test that logs a WARN or higher level message.Ben Pfaff2013-02-111-1/+19
* Add OpenFlow13 to the allowed protocols for ofproto testing.Jarno Rajahalme2012-12-101-1/+1
* test: add ofproto OpenFlow1.2 testsSimon Horman2012-11-291-1/+1
* ofproto-dpif: Add ovs-appctl commands for ovs-dpctl functions.Justin Pettit2012-11-011-0/+1
* tests: Define new ADD_OF_PORTS macro for ofproto tests.Justin Pettit2012-11-011-0/+11
* tests: New m4 macro ON_EXIT to add a cleanup action.Ben Pfaff2012-08-201-3/+2
* tests: Invoke daemons with --no-chdir so core files appear in test dir.Ben Pfaff2012-08-161-2/+2
* Create .conf.db.~lock~ in same dir as DBDIR.Mehak Mahajan2012-08-011-2/+1
* Make the location of the database separately configurable.Ben Pfaff2012-08-011-1/+2
* ofp-msgs: New approach to encoding and decoding OpenFlow headers.Ben Pfaff2012-07-301-1/+1
* tests: Fix unit test failures related to additional logging.Ethan Jackson2012-07-171-1/+4
* ofp-print: Add some more white space to flow dumps.Ben Pfaff2012-05-011-2/+2
* Use `pwd` in place of $PWD, treewide.Ben Pfaff2012-03-131-3/+3
* Add information about time left before timeouts to flow dumps.Ben Pfaff2012-02-071-0/+2
* Add support for limiting the number of flows in an OpenFlow flow table.Ben Pfaff2012-02-011-0/+16
* tests: Add expected output parameter to OVS_VSWITCHD_START.Ben Pfaff2011-12-191-1/+9
* tests: Update ovs-vswitchd log messages to ignore.Ben Pfaff2011-12-191-2/+0
* tests: Allow unit tests to run as root.Ethan Jackson2011-11-181-6/+2