File: node-lb-pfring-pin-cpus.test

package info (click to toggle)
broctl 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 2,220 kB
  • sloc: python: 4,931; sh: 1,188; makefile: 70; awk: 24
file content (14 lines) | stat: -rw-r--r-- 382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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

. broctl-test-setup

while read line; do installcfgfile "$line"; done << EOF
etc/node.cfg__pfring_pin_cpus
EOF

broctl nodes > out 2>&1