Whamcloud - gitweb
Update the new test configuration stuff to use the newly implemented obdctl
[fs/lustre-release.git] / lustre / tests / net-client.cfg
index 64986ca..e25c19f 100644 (file)
@@ -4,3 +4,8 @@ NETWORK=tcp
 LOCALHOST=dev5
 SERVER=dev4
 PORT=1234
+
+[ -z "$RSH" ] && RSH=ssh
+SERVER_DNS=dev4
+MDS_RSH="$RSH $SERVER_DNS"
+OST_RSH="$RSH $SERVER_DNS"