14 lines
373 B
Plaintext
14 lines
373 B
Plaintext
# Test that worker nodes using PF_RING load balancing can use the pin_cpus
|
|
# option correctly.
|
|
#
|
|
# @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_pin_cpus
|
|
EOF
|
|
|
|
zeekctl nodes > out
|