btest: Move zam/basic.test into opt/basic.test, update TestDirs

It seems "opt" can and should run unconditionally. The "misc" dir was
definitely an oversight.
This commit is contained in:
Arne Welzel 2023-11-08 15:40:31 +01:00
parent de5fa1087a
commit 60e997a3fd
5 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,16 @@
# @TEST-DOC: Smoke checking that nothing is obviously broken with ZAM.
#
# @TEST-EXEC: zeek -r $TRACES/wikipedia.trace %INPUT
# @TEST-EXEC: mkdir non-zam
# @TEST-EXEC: mv *log non-zam
#
# @TEST-EXEC: zeek -OZAM -r $TRACES/wikipedia.trace %INPUT
#
# @TEST-EXEC: btest-diff conn.log
# @TEST-EXEC: btest-diff dns.log
# @TEST-EXEC: btest-diff http.log
#
# Compare the ZAM created logs with the non-zam ones
# @TEST-EXEC: TEST_BASELINE=./non-zam btest-diff conn.log
# @TEST-EXEC: TEST_BASELINE=./non-zam btest-diff dns.log
# @TEST-EXEC: TEST_BASELINE=./non-zam btest-diff http.log