diff --git a/testing/btest/Baseline/scripts.base.protocols.mysql.encrypted/mysql.log b/testing/btest/Baseline/scripts.base.protocols.mysql.encrypted/mysql.log new file mode 100644 index 0000000000..e69de29bb2 diff --git a/testing/btest/Traces/mysql/encrypted.trace b/testing/btest/Traces/mysql/encrypted.trace new file mode 100644 index 0000000000..dcf3689394 Binary files /dev/null and b/testing/btest/Traces/mysql/encrypted.trace differ diff --git a/testing/btest/scripts/base/protocols/mysql/encrypted.test b/testing/btest/scripts/base/protocols/mysql/encrypted.test new file mode 100644 index 0000000000..e41c93186f --- /dev/null +++ b/testing/btest/scripts/base/protocols/mysql/encrypted.test @@ -0,0 +1,8 @@ +# This tests how Bro deals with encrypted connections. Right now, it doesn't log them as it +# can't parse much of value. We're testing for an empty mysql.log file. + +# @TEST-EXEC: touch mysql.log +# @TEST-EXEC: bro -b -r $TRACES/mysql/encrypted.trace %INPUT +# @TEST-EXEC: btest-diff mysql.log + +@load base/protocols/mysql \ No newline at end of file