summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2016-03-15 17:41:50 +0800
committerNarinder Gupta <narinder.gupta@canonical.com>2016-03-16 13:36:18 +0000
commit4cc5be285d2c6ff55451f43fa6bae9d46b03dffc (patch)
tree99a2c45caf351b8f1fc9011b4d16e6024a81e1b8
parent467c0afd120451f741189b12a9e1f39c4a37ca78 (diff)
modify the onos script to get gateway_mac in orange pod2.
Change-Id: I5b7d93973b95c1e715ffe227e3863b40ed1ee904 (cherry picked from commit 9c7132fb872eeeca440014444bc45e1fc0c46114)
-rw-r--r--ci/onos/juju_test_prepare.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/onos/juju_test_prepare.sh b/ci/onos/juju_test_prepare.sh
index 4cee3243..96976ca9 100644
--- a/ci/onos/juju_test_prepare.sh
+++ b/ci/onos/juju_test_prepare.sh
@@ -7,7 +7,7 @@
# set the gateway ip and cidr and compute-node eth name.
case "$1" in
'orangepod2' )
- GW_IP=161.105.231.1
+ GW_IP=192.168.2.1
CIDR=161.105.231.0/24
COMPUTE_ETH=eth1
;;