blob: 098afb553bf9a185d4840ffc15ea42129dd64a2c [file] [log] [blame]
Paul Jakmad38e8d62008-02-23 16:57:03 +000012008-02-23 Paul Jakma <paul.jakma@sun.com>
2
3 * aspath_test.c: Test for 0-ASN sequences that still have data.
4
Paul Jakma370b64a2007-12-22 16:49:52 +000052007-12-22 Paul Jakma <paul.jakma@sun.com>
6
7 * bgp_capability_test.c: Test for empty capabilities.
8
Paul Jakma0b2aa3a2007-10-14 22:32:21 +000092007-09-27 Paul Jakma <paul.jakma@sun.com>
10
11 * aspath_test.c: Test dupe-weeding from sets.
12 Test that reconciliation merges AS_PATH and AS4_PATH where
13 former is shorter than latter.
14
152007-09-26 Paul Jakma <paul.jakma@sun.com>
16
17 * aspath_test.c: Test AS4_PATH reconcilation where length
18 of AS_PATH and AS4_PATH is same.
19
202007-09-25 Paul Jakma <paul.jakma@sun.com>
21
22 * bgp_capability_test.c: (general) Extend tests to validate
23 peek_for_as4_capability.
24 Add test of full OPEN Option block, with multiple capabilities,
25 both as a series of Option, and a single option.
26 Add some crap to beginning of stream, to prevent code depending
27 on getp == 0.
28
292007-09-18 Paul Jakma <paul.jakma@sun.com>
30
31 * bgp_capability_test.c: (parse_test) update for changes to
32 peek_for_as4_capability
33
Paul Jakmae08286b2007-09-18 12:11:26 +0000342007-09-17 Paul Jakma <paul.jakma@sun.com>
35
36 * bgp_capability_test.c: Test that peer's adv_recv and adv_nego get
37 set correctly for MP capability and given AFI/SAFI.
38 Colour OK/failed result so it's easier to find them.
39
Paul Jakma6d582722007-08-06 15:21:45 +0000402007-07-27 Paul Jakma <paul.jakma@sun.com>
41
42 * bgp_capability_test.c: new, capability parser unit tests.
43 * Makefile.am: add previous.
44
Paul Jakma0b2aa3a2007-10-14 22:32:21 +0000452007-07-25 Paul Jakma <paul.jakma@sun.com>
46
47 * aspath_test.c: Exercise 32bit parsing. Test reconcile
48 function.
49 * ecommunity_test.c: New, test AS4 ecommunity changes, positive
50 test only at this time, error cases not tested yet.
51
522006-12-01 Juergen Kammer <j.kammer@eurodata.de>
53
54 * aspath_test.c: Support asn32 changes, call aspath_parse with 16 bit.
55
Paul Jakma3414bf22006-08-27 06:53:24 +0000562006-08-26 Paul Jakma <paul.jakma@sun.com>
57
58 * heavy-wq.c: (slow_func_del,slow_func) update to match workqueue
59 changes
60
Paul Jakma1f742f22006-08-06 15:52:11 +0000612006-08-06 Paul Jakma <paul.jakma@sun.com>
62
63 * aspath_test.c: (validate) Fix the sense of the aspath_loop_check,
64 which was the wrong way around and had actually been testing for
65 aspath_loop_check to be buggy.
66
Paul Jakmaf783c1d2006-05-28 08:31:17 +0000672006-05-28 Paul Jakma <paul.jakma@sun.com>
68
69 * test-sig.c: (main) configure logging, there's no terminal
70 to write to for one thing, but we do want stdout, and we
71 don't want a test to spam syslog.
72
Paul Jakma5d932f62006-03-30 13:42:50 +0000732006-03-16 Paul Jakma <paul.jakma@sun.com>
74
75 * heavy-wq.c: (heavy_wq_init) delay is gone from workqueue
76 spec.
77 * aspath_test.c: (test_segments) Add an AS_SET with redundant
78 ASNs.
79 ({empty_prepend,prepend,parse}_test) add static qualifiers
80
paul6726f952006-01-16 12:06:00 +0000812006-01-16 Paul Jakma <paul.jakma@sun.com>
82
83 * aspath_test.c: (validate) free the temporary aspaths.
84 (empty_get_test) ditto.
85
paul067fca82006-01-10 14:49:04 +0000862006-01-10 Paul Jakma <paul.jakma@sun.com>
87
88 * test-stream.c: new file, small unit test for new
89 resize and {put,get}-quad stream functions.
90 * Makefile.am: build teststream unit test.
91
paul59064762005-11-23 02:48:14 +0000922005-11-23 Paul Jakma <paul.jakma@sun.com>
93
94 * aspath_test.c: Add an empty aspath to test segments, and to
95 compare tests.
96 Add a segment identical to seq1, but with one extra asn.
97 Fix bogus free of stream in make_aspath for case where
98 no stream was allocated (empty path data).
99
paul84771ee2005-10-11 03:48:28 +00001002005-10-11 Paul Jakma <paul.jakma@sun.com>
101
102 * test-privs.c: Privileges unit test.
103 * Makefile.am: build testprivs
104 * aspath_test.c: fix a few sign warnings
105
paul1f377b02005-09-10 18:00:11 +00001062005-09-06 Paul Jakma <paul@dishone.st>
107
108 * aspath_test.c: Test bgp_aspath functionality.
109 * Makefile.am: build aspathtest
110 * ChangeLog: Fix date of previous commit
111
1122005-09-06 Paul Jakma <paul@dishone.st>
pauldff4f522005-09-06 23:08:01 +0000113
114 * test-buffer.c: include memory.h
115 (main) call memory_init().
116
paul6379b962005-09-05 14:00:09 +00001172004-09-05 Paul Jakma <paul@dishone.st>
118
119 * heavy-wq.c: (slow_func_del,slow_func_err) make them take
120 void * argument to shut up silly gcc warning.
121
paul9f3f7a12005-04-25 16:42:24 +00001222004-05-25 Paul Jakma <paul@dishone.st>
123
124 * main.c: new file, common 'main' portion which then calls
125 test_init.
126 * heavy.c: remove common portions now in 'main.
127 * heavy-wq.c: ditto
128 * heavy-thread.c: ditto
129 * heavy*.c: Set the slow_function iteration number lower, to 300, it
130 was several orders of magnitude too 'slow' to be useful. :)
131 * Makefile.am: main is a source of the tests. heavy should link
132 to the math library.
133
paul864c3642005-04-22 00:50:08 +00001342004-05-22 Paul Jakma <paul@dishone.st>
135
136 * heavy-thread.c: Andrew Schorr's adaptation of heavy.c to use a
paul1d2c8932005-04-22 00:54:44 +0000137 background thread to avoid responsiveness problems.
138 * Makefile.am: Build heavythread
paul864c3642005-04-22 00:50:08 +0000139
paulcb0663c2005-04-21 17:23:48 +00001402004-05-21 Paul Jakma <paul@dishone.st>
141
142 * heavy.c: Add a timer thread to demonstrate thread interactivity,
143 Add a daemon_exit command to assist with debugging (eg for memory
144 tracers, etc..)
145
paul43313d02005-04-19 21:28:36 +00001462004-05-19 Paul Jakma <paul@dishone.st>
147
148 * heavy.c: test programme to show how long-running functions
149 kill responsiveness. Demonstrating the most niggly problem
150 left in bgpd.
151
paul662a1f22005-04-13 03:32:23 +00001522004-05-13 Paul Jakma <paul@dishone.st>
153
154 * test-buffer.c: Andrew's buffer tester
155 * test-memory.c: basic memory tester
156 * Makefile.am: Add new tests