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