mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
|
@ -19,7 +19,7 @@
|
|||
127.0.3.3 value
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.bro
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "@path_prefix@";
|
||||
|
||||
event bro_init()
|
||||
|
@ -32,7 +32,7 @@ event bro_init()
|
|||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
@load path-prefix-common-event.bro
|
||||
@load path-prefix-common-event.zeek
|
||||
redef InputAscii::path_prefix = "@path_prefix@";
|
||||
|
||||
event bro_init()
|
||||
|
@ -45,7 +45,7 @@ event bro_init()
|
|||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
@load path-prefix-common-analysis.bro
|
||||
@load path-prefix-common-analysis.zeek
|
||||
redef InputBinary::path_prefix = "@path_prefix@";
|
||||
|
||||
event bro_init()
|
|
@ -13,7 +13,7 @@
|
|||
127.0.4.3 value
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.bro
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "/this/does/not/exist";
|
||||
|
||||
event bro_init()
|
||||
|
@ -26,7 +26,7 @@ event bro_init()
|
|||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
@load path-prefix-common-event.bro
|
||||
@load path-prefix-common-event.zeek
|
||||
redef InputAscii::path_prefix = "/this/does/not/exist";
|
||||
|
||||
event bro_init()
|
||||
|
@ -39,7 +39,7 @@ event bro_init()
|
|||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
@load path-prefix-common-analysis.bro
|
||||
@load path-prefix-common-analysis.zeek
|
||||
redef InputBinary::path_prefix = "/this/does/not/exist";
|
||||
|
||||
event bro_init()
|
|
@ -11,7 +11,7 @@
|
|||
127.0.0.3 value
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.bro
|
||||
@load path-prefix-common-table.zeek
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
|
@ -23,7 +23,7 @@ event bro_init()
|
|||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
@load path-prefix-common-event.bro
|
||||
@load path-prefix-common-event.zeek
|
||||
|
||||
event bro_init()
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ event bro_init()
|
|||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
@load path-prefix-common-analysis.bro
|
||||
@load path-prefix-common-analysis.zeek
|
||||
|
||||
event bro_init()
|
||||
{
|
|
@ -13,7 +13,7 @@
|
|||
127.0.1.3 value
|
||||
@TEST-END-FILE
|
||||
|
||||
@load path-prefix-common-table.bro
|
||||
@load path-prefix-common-table.zeek
|
||||
redef InputAscii::path_prefix = "alternative";
|
||||
|
||||
event bro_init()
|
||||
|
@ -26,7 +26,7 @@ event bro_init()
|
|||
#
|
||||
# The same test, but using event streams for input.
|
||||
|
||||
@load path-prefix-common-event.bro
|
||||
@load path-prefix-common-event.zeek
|
||||
redef InputAscii::path_prefix = "alternative";
|
||||
|
||||
event bro_init()
|
||||
|
@ -39,7 +39,7 @@ event bro_init()
|
|||
#
|
||||
# The same test again, but using file analysis w/ binary readers.
|
||||
|
||||
@load path-prefix-common-analysis.bro
|
||||
@load path-prefix-common-analysis.zeek
|
||||
redef InputBinary::path_prefix = "alternative";
|
||||
|
||||
event bro_init()
|
Loading…
Add table
Add a link
Reference in a new issue