This is an automated email from the ASF dual-hosted git repository. rgoers pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/flume.git
commit dbc49b7b2ee663858317891d2dbf49fd00b55c3c Author: Ralph Goers <[email protected]> AuthorDate: Fri Sep 23 00:08:42 2022 -0700 FLUME-3315 - Add missing test keystores --- .../src/test/resources/keystorefile.jks | Bin 0 -> 1294 bytes .../src/test/resources/truststorefile.jks | Bin 0 -> 887 bytes 2 files changed, 0 insertions(+), 0 deletions(-) diff --git a/flume-ng-channels/flume-kafka-channel/src/test/resources/keystorefile.jks b/flume-ng-channels/flume-kafka-channel/src/test/resources/keystorefile.jks new file mode 100644 index 00000000..20ac6a81 Binary files /dev/null and b/flume-ng-channels/flume-kafka-channel/src/test/resources/keystorefile.jks differ diff --git a/flume-ng-channels/flume-kafka-channel/src/test/resources/truststorefile.jks b/flume-ng-channels/flume-kafka-channel/src/test/resources/truststorefile.jks new file mode 100644 index 00000000..a98c4907 Binary files /dev/null and b/flume-ng-channels/flume-kafka-channel/src/test/resources/truststorefile.jks differ
