change integer to string comparison 47/10147/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 15:00:00 +0000 (15:00 +0000)
Change-Id: I6b99d73dfd62a292a295d357424109164e493fc7
(cherry picked from commit 356571b808a65f530b2fbc8de9b042fa06ea2300)

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