Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
428511a
)
- change NETWORKTYPE to NETTYPE, and make sure it can be overridden.
author
rread
<rread>
Wed, 5 Nov 2003 08:35:46 +0000
(08:35 +0000)
committer
rread
<rread>
Wed, 5 Nov 2003 08:35:46 +0000
(08:35 +0000)
lustre/tests/test-framework.sh
patch
|
blob
|
history
diff --git
a/lustre/tests/test-framework.sh
b/lustre/tests/test-framework.sh
index
6a1c7ed
..
063218c
100644
(file)
--- a/
lustre/tests/test-framework.sh
+++ b/
lustre/tests/test-framework.sh
@@
-91,7
+91,7
@@
facet_nid() {
echo "The env variable ${facet}_HOST must be set."
exit 1
fi
- echo `h2$NET
WORK
TYPE $HOST`
+ echo `h2$NETTYPE $HOST`
}
no_dsh() {
@@
-140,7
+140,7
@@
add_facet() {
echo "add facet $facet: `facet_host $facet`"
do_lmc --add node --node ${facet}_facet $@ --timeout $TIMEOUT
do_lmc --add net --node ${facet}_facet --nid `facet_nid $facet` \
- --nettype $NET
WORK
TYPE
+ --nettype $NETTYPE
}
error() {