Changeset 234 for honeyclient/trunk/t
- Timestamp:
- 03/14/07 16:44:40 (2 years ago)
- Files:
-
- honeyclient/trunk/t/honeyclient_agent_driver_browser.t (modified) (1 diff)
- honeyclient/trunk/t/honeyclient_agent_driver_ff.t (modified) (1 diff)
- honeyclient/trunk/t/honeyclient_manager_fw.t (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
honeyclient/trunk/t/honeyclient_agent_driver_browser.t
r131 r234 55 55 56 56 57 # =begin testing 58 { 59 # XXX: Test this. 60 1; 61 } 62 63 64 57 65 58 66 1; honeyclient/trunk/t/honeyclient_agent_driver_ff.t
r13 r234 7 7 8 8 9 # =begin testing10 {11 # XXX: Add this.12 1;13 }14 15 16 17 # =begin testing18 {19 # XXX: Test this.20 1;21 }22 23 24 25 # =begin testing26 {27 # XXX: Test this.28 1;29 }30 31 32 33 # =begin testing34 {35 # XXX: Test this.36 1;37 }38 39 40 41 # =begin testing42 {43 # XXX: Test this.44 1;45 }46 9 47 10 honeyclient/trunk/t/honeyclient_manager_fw.t
r131 r234 107 107 my $hashref = { 108 108 109 'foo' => { 110 'targets' => { 109 'foo' => { 110 'targets' => { 111 111 'rcf.mitre.org' => { 'tcp' => [ 80 ], }, 112 112 }, … … 118 118 119 119 '00:0C:29:94:B9:15' => { 120 '10.0.0.128' => { 120 '10.0.0.128' => { 121 121 'tcp' => undef, 122 122 'udp' => [ 23, 53, '80:1024', ], … … 154 154 $som = $stub->_setAcceptPolicy(); 155 155 $som = $stub->_flushChains(); 156 156 157 157 }; 158 158 … … 165 165 fail($@); 166 166 } 167 168 167 } 169 168 … … 193 192 fail($@); 194 193 } 195 196 194 } 197 195 … … 224 222 fail($@); 225 223 } 226 227 224 } 228 225 … … 318 315 { 319 316 eval{ 320 317 321 318 $URL = HoneyClient::Manager::FW->init_fw(); 322 319 # Wait at least a second, in order to initialize the daemon.
