zeek/auxil/zeekctl/testing/initialization/node-lb-pfring-round-robin.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

14 lines
364 B
Plaintext

# Test error when PFRINGClusterType is set to round-robin.
#
# @TEST-EXEC: bash %INPUT
# @TEST-EXEC: TEST_DIFF_CANONIFIER="$SCRIPTS/diff-remove-abspath | $SCRIPTS/diff-remove-localhost-values" btest-diff out
. zeekctl-test-setup
while read line; do installfile $line; done << EOF
etc/node.cfg__pfring
etc/zeekctl.cfg__pfring_round_robin
EOF
zeekctl check > out