14 lines
397 B
Plaintext
14 lines
397 B
Plaintext
# Test that worker nodes using myricom load balancing are expanded to new
|
|
# nodes that have names of the form: <name>-<number>
|
|
#
|
|
# @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__myricom
|
|
EOF
|
|
|
|
zeekctl nodes > out
|