change integer to string comparison 15/10115/1
authorNarinder Gupta <narinder.gupta@canonical.com>
Wed, 17 Feb 2016 04:24:43 +0000 (22:24 -0600)
committerNarinder Gupta <narinder.gupta@canonical.com>
Wed, 17 Feb 2016 04:24:43 +0000 (22:24 -0600)
Change-Id: I6b99d73dfd62a292a295d357424109164e493fc7

ci/deploy.sh

index bb41ef7..f9aadaa 100755 (executable)
@@ -163,7 +163,7 @@ unitAddress()
 
 createopenrc()
 {
-    if [ "$opnfvsdn" -eq "onos" ]; then
+    if [ "$opnfvsdn" == "onos" ]; then
         sh onos/juju_test_prepare.sh "$opnfvlab"
         check_status
     fi