summaryrefslogtreecommitdiffstats
path: root/regress/usr.sbin/switchd (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove echo headlines. Makefile cleanup.bluhm2020-12-161-5/+4
|
* Test should also run if there is no obj directory. Name regressbluhm2019-07-121-2/+2
| | | | targets consistently with a run- prefix.
* With new Perl we have add .OBJDIR to @INC.bluhm2019-02-191-3/+3
|
* Port p5-Crypt-Random has been removed, replace it with p5-BSD-arc4random.bluhm2018-12-032-7/+7
|
* Simplify regress tests by using the new setup and cleanup feature.bluhm2018-10-061-8/+7
|
* Clean all files created during switchd regress.bluhm2017-06-251-3/+2
|
* Perl on 32 bit architectures does not support pack('Q'), replacebluhm2017-06-222-8/+8
| | | | it with 'NN'.
* Get the framework from relayd regress to start switchd on demand.bluhm2017-06-223-14/+293
| | | | This allows to run the test without manual setup.
* Update the regress test to work with the new changes in the switchd(8)rzalamena2016-12-222-3/+189
| | | | | | table learning implementation. ok reyk@
* Add support for OpenFlow 1.3.5 tests and make jumbo test use the newrzalamena2016-11-172-15/+91
| | | | | | version. ok reyk@
* Add support for big reads in perl and fix the jumbo test, also removerzalamena2016-11-163-22/+32
| | | | | | message type specific code from OFP encode. ok reyk@
* Remove code duplication for receiving/sending OFP packets and simplifyrzalamena2016-11-162-35/+46
| | | | | | packet-in building. ok reyk@
* Fix regress after moving ofp.h to sys/net/reyk2016-11-111-2/+2
|
* Bump the sizes of generated jumbo frames up to the max.reyk2016-10-051-4/+4
|
* An unintened 65536 size change slipped in, revert to 65535reyk2016-09-281-3/+3
|
* Fix length calculation of PACKET_IN (I forget the 10 byte packet_in header).reyk2016-09-282-5/+5
|
* Bump buffer size to 64k, the max OFP packet sizereyk2016-09-281-3/+3
|
* I wrote a perfect regress test: a test that never fails. Correctlyreyk2016-09-281-3/+7
| | | | populate the die() from code within eval to make failed tests fail.
* Print SKIPPED if a regress test cannot be executed for some reason.bluhm2016-09-021-1/+2
| | | | This allows to identify such tests by looking at their output.
* Fix generated Perl headers.reyk2016-07-221-4/+4
| | | | With input from bluhm@
* Add two more tests that use traffic that was captured with tcpdump.reyk2016-07-194-0/+110
| | | | | These files serve as an example, no more .pcap files should be added here (especially not large ones).
* Add simple OpenFlow tests for switchd.reyk2016-07-194-0/+682