mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
testing/btest/*zeek: Comment all @TEST lines
This commit is contained in:
parent
2f0be32f5f
commit
85b8c8866b
311 changed files with 1272 additions and 1272 deletions
|
@ -12,12 +12,12 @@
|
|||
# @TEST-EXEC: ZEEKPATH=$ZEEKPATH:$TEST_BASE/scripts/base/frameworks/input/path-prefix zeek -b input.zeek >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@TEST-START-FILE subdir/input.data
|
||||
# @TEST-START-FILE subdir/input.data
|
||||
#fields ip tag
|
||||
127.0.3.1 just
|
||||
127.0.3.2 some
|
||||
127.0.3.3 value
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "@path_prefix@";
|
||||
|
@ -28,7 +28,7 @@ event zeek_init()
|
|||
$destination=destination, $want_record=F]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
|
@ -41,7 +41,7 @@ event zeek_init()
|
|||
$fields=Val, $ev=inputev]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
# @TEST-EXEC: ZEEKPATH=$ZEEKPATH:$TEST_BASE/scripts/base/frameworks/input/path-prefix zeek -b input.zeek >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@TEST-START-FILE input.data
|
||||
# @TEST-START-FILE input.data
|
||||
#fields ip tag
|
||||
127.0.4.1 just
|
||||
127.0.4.2 some
|
||||
127.0.4.3 value
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "/this/does/not/exist";
|
||||
|
@ -22,7 +22,7 @@ event zeek_init()
|
|||
$destination=destination, $want_record=F]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
|
@ -35,7 +35,7 @@ event zeek_init()
|
|||
$fields=Val, $ev=inputev]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
|
|
|
@ -4,12 +4,12 @@
|
|||
# @TEST-EXEC: ZEEKPATH=$ZEEKPATH:$TEST_BASE/scripts/base/frameworks/input/path-prefix zeek -b %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@TEST-START-FILE input.data
|
||||
# @TEST-START-FILE input.data
|
||||
#fields ip tag
|
||||
127.0.0.1 just
|
||||
127.0.0.2 some
|
||||
127.0.0.3 value
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.zeek
|
||||
|
||||
|
@ -19,7 +19,7 @@ event zeek_init()
|
|||
$destination=destination, $want_record=F]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
|
@ -31,7 +31,7 @@ event zeek_init()
|
|||
$fields=Val, $ev=inputev]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
|
|
|
@ -6,12 +6,12 @@
|
|||
# @TEST-EXEC: ZEEKPATH=$ZEEKPATH:$TEST_BASE/scripts/base/frameworks/input/path-prefix zeek -b %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
|
||||
@TEST-START-FILE alternative/input.data
|
||||
# @TEST-START-FILE alternative/input.data
|
||||
#fields ip tag
|
||||
127.0.1.1 just
|
||||
127.0.1.2 some
|
||||
127.0.1.3 value
|
||||
@TEST-END-FILE
|
||||
# @TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "alternative";
|
||||
|
@ -22,7 +22,7 @@ event zeek_init()
|
|||
$destination=destination, $want_record=F]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
|
@ -35,7 +35,7 @@ event zeek_init()
|
|||
$fields=Val, $ev=inputev]);
|
||||
}
|
||||
|
||||
# @TEST-START-NEXT
|
||||
# # @TEST-START-NEXT
|
||||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue