Allowing simple cell definitions to work with new cell specs with separate Atomix and ONOS clusters.

Change-Id: Ib96090d0148f4ec3e37fa24061715815e249d988
diff --git a/tools/test/bin/onos-verify-cell b/tools/test/bin/onos-verify-cell
index 68fc924..eaf87bd 100755
--- a/tools/test/bin/onos-verify-cell
+++ b/tools/test/bin/onos-verify-cell
@@ -8,7 +8,7 @@
 
 let err=0
 
-for node in $OCT $OCN $(env | sort | egrep "^OC[C]*[0-9]+" | cut -d= -f2); do
+for node in $OCT $OCN $(env | sort | egrep "^OC[C]*[0-9]+" | cut -d= -f2 | sort -u); do
     for i in {1..18}; do
         printf "%s: " $node; ssh -n -q -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o ConnectTimeout=10 $ONOS_USER@$node hostname
         if [ $? -eq 0 ]; then