aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtesting/scripts/gstart-umls1
-rwxr-xr-xtesting/scripts/kstart-umls1
-rwxr-xr-xtesting/scripts/start-umls1
-rwxr-xr-xtesting/scripts/xstart-umls1
4 files changed, 4 insertions, 0 deletions
diff --git a/testing/scripts/gstart-umls b/testing/scripts/gstart-umls
index 0da005c3b..dac31ab67 100755
--- a/testing/scripts/gstart-umls
+++ b/testing/scripts/gstart-umls
@@ -119,6 +119,7 @@ do
if [ "$host" = "alice" ]
then
+ sleep 5
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi
diff --git a/testing/scripts/kstart-umls b/testing/scripts/kstart-umls
index 7d53b9a9b..3467c5d60 100755
--- a/testing/scripts/kstart-umls
+++ b/testing/scripts/kstart-umls
@@ -119,6 +119,7 @@ do
if [ "$host" = "alice" ]
then
+ sleep 5
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi
diff --git a/testing/scripts/start-umls b/testing/scripts/start-umls
index 018bad010..da6a99c22 100755
--- a/testing/scripts/start-umls
+++ b/testing/scripts/start-umls
@@ -110,6 +110,7 @@ do
if [ "$host" = "alice" ]
then
+ sleep 5
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi
diff --git a/testing/scripts/xstart-umls b/testing/scripts/xstart-umls
index 8f9b6f490..72228232a 100755
--- a/testing/scripts/xstart-umls
+++ b/testing/scripts/xstart-umls
@@ -119,6 +119,7 @@ do
if [ "$host" = "alice" ]
then
+ sleep 5
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi