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