summaryrefslogtreecommitdiff
path: root/regress/usr.sbin/bgpd
AgeCommit message (Expand)Author
2019-03-03Adjust caller of sa2addr() so this compiles again.Claudio Jeker
2019-02-27try to make this check work better and gather more outputSebastian Benoit
2019-02-27Test the export statement for neighborsClaudio Jeker
2019-02-26Extend ext-community test to include most of the possible wildchar supportClaudio Jeker
2019-02-20Add a test that catches problems of tcp md5 signatures, like the oneSebastian Benoit
2019-02-12rdomain is no more, change this test to validate the vpn statement now.Claudio Jeker
2018-12-19Basic config test for various ext-community options.Claudio Jeker
2018-12-12Enable the rules doing more than one match at a time. This works since a while.Claudio Jeker
2018-12-11Fix regress test. The rule optimizer changes output since all theClaudio Jeker
2018-12-04Run each test as a single entry in REGRESS_TARGETS to get a betterAlexander Bluhm
2018-12-04Update bgpd result files after the community change. Forgot this bit ofClaudio Jeker
2018-11-13check various community combinationsClaudio Jeker
2018-11-07Use log updates and start bgpd -v so that errors can be debugged easier.Claudio Jeker
2018-11-01Make this compile again by defining struct rde_memstats rdemem; in the tests.Claudio Jeker
2018-10-05pass current dir, rdomains and interfaces as argument to the test.Sebastian Benoit
2018-10-01run the integrationtests/Sebastian Benoit
2018-10-01add new testcase for network statements (announcing/redistributing routesSebastian Benoit
2018-09-29Adjust for the roa-set, origin-set commit that just happend in bgpdClaudio Jeker
2018-09-29ROA_UNKNOWN is now ROA_NOTFOUND (as in the RFC).Claudio Jeker
2018-09-26Fix out file to be actually correct for the input file.Claudio Jeker
2018-09-24sync host*() changes from bgpddenis
2018-09-21Basic testing of roa-sets.Claudio Jeker
2018-09-21Add some more prefix-set test cases. Mainly to test edge cases in the RBClaudio Jeker
2018-09-20Adjust unittests to the adjustments done to the as_set code.Claudio Jeker
2018-09-20Sort order changed because an RB tree is now used for prefixsets.Claudio Jeker
2018-09-18Start testing the roa backend (test 5) and cleanup tool in general.Claudio Jeker
2018-09-18fix a crash when prefix length is not specifieddenis
2018-09-14Adjust and extend unit test for as_set after last bgpd commitClaudio Jeker
2018-09-13Adjust after introduction of maxlenClaudio Jeker
2018-09-11add files for test 4Sebastian Benoit
2018-09-10check orlonger option of trie_match()Sebastian Benoit
2018-09-10test all variations of network statementsSebastian Benoit
2018-09-10add a test for network statements with prefix-setsSebastian Benoit
2018-09-10update regression tests after previous commit. ok claudio@Sebastian Benoit
2018-09-09Enable the empty as-set and prefix-set tests since that is now allowed againClaudio Jeker
2018-09-09Comment the empty as-set and prefix-set tests. This is not yet working.Claudio Jeker
2018-09-09Enable all the #notyet tests since the parser supports those nowClaudio Jeker
2018-09-09prefix-set printing was adjusted in last commit. Adjust test.Claudio Jeker
2018-09-09Fixup regress test after the last burst of commits by benno@Claudio Jeker
2018-09-09Fixup unit test after change to trie_match (or-longer case)Claudio Jeker
2018-09-08Regress tests for as-set and prefix-set blocksClaudio Jeker
2018-09-08Add some additional config regress tests. Testing neighbor, group and rdomain.Claudio Jeker
2018-09-08add a check for curly braces in a macro being used inside a filterSebastian Benoit
2018-09-07Regress test for rde_trie should cover some basics for now.Claudio Jeker
2018-09-07Refactor a bit and add another testClaudio Jeker
2018-09-07Add a basic unittest for the as_set_* functionsClaudio Jeker
2018-09-07Move the config regress tests into own directory making space for additionalClaudio Jeker
2018-09-07Remove some newlines that have gone with last commit.Claudio Jeker
2018-09-06get rid of a temp file, noted by claudio@Sebastian Benoit
2018-09-06when people update /etc/example/bgpd.conf, the forget to update theSebastian Benoit