mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00

Some still don't pass: - events-ssl doesn't work; not clear yet why, there may be some problem with SSL connections. - broccoli needs the changes topic/jsiwek/64bit-val-fix, plus adaption of the protocol version. - pybroccoli crashes even with the 64bit-val-fix changes. Reason unclear.
16 lines
711 B
Python
16 lines
711 B
Python
# @TEST-REQUIRES: grep -vq '#define BROv6' $BUILD/config.h
|
|
# @TEST-REQUIRES: test -e $BUILD/aux/broccoli/src/libbroccoli.so
|
|
# @TEST-REQUIRES: test -e $BUILD/aux/broccoli/bindings/broccoli-python/_broccoli_intern.so
|
|
#
|
|
# @TEST-EXEC: btest-bg-run bro bro %INPUT $DIST/aux/broccoli/bindings/broccoli-python/tests/test.bro
|
|
# @TEST-EXEC: btest-bg-run python PYTHONPATH=$DIST/aux/broccoli/bindings/broccoli-python/:$BUILD/aux/broccoli/bindings/broccoli-python python $DIST/aux/broccoli/bindings/broccoli-python/tests/test.py
|
|
# @TEST-EXEC: btest-bg-wait -k 20
|
|
# @TEST-EXEC: btest-diff bro/.stdout.log
|
|
# @TEST-EXEC: btest-diff broccoli/.stdout.log
|
|
|
|
event remote_connection_closed(p: event_peer)
|
|
{
|
|
terminate();
|
|
}
|
|
|
|
|