summaryrefslogtreecommitdiffstats
path: root/ci/onos
diff options
context:
space:
mode:
authorzhangyuanyou <zhangyuanyou@huawei.com>2016-03-15 17:41:50 +0800
committerzhangyuanyou <zhangyuanyou@huawei.com>2016-03-15 17:41:50 +0800
commit9c7132fb872eeeca440014444bc45e1fc0c46114 (patch)
tree413328cdd68e9498187166cd2b66bfd3483d8bbe /ci/onos
parent35e90150aae27ecca44d608a32206d9089621b78 (diff)
modify the onos script to get gateway_mac in orange pod2.
Change-Id: I5b7d93973b95c1e715ffe227e3863b40ed1ee904
Diffstat (limited to 'ci/onos')
-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
;;