modify the onos script to get gateway_mac in orange pod2. 77/11377/1
authorzhangyuanyou <zhangyuanyou@huawei.com>
Tue, 15 Mar 2016 09:41:50 +0000 (17:41 +0800)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 16 Mar 2016 13:36:18 +0000 (13:36 +0000)
Change-Id: I5b7d93973b95c1e715ffe227e3863b40ed1ee904
(cherry picked from commit 9c7132fb872eeeca440014444bc45e1fc0c46114)

ci/onos/juju_test_prepare.sh

index 4cee324..96976ca 100644 (file)
@@ -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
         ;;