[VOL-2425] Adding sanity and hardware test to voltha-onos repo

Change-Id: I82f7f1bd36ba471bf04e1f3e11f951507d5e5c90
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index 50d160a..8362159 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -101,6 +101,10 @@
              HELM_FLAG+="--set images.rw_core.tag=citest,images.rw_core.pullPolicy=Never,images.ro_core.tag=citest,images.ro_core.pullPolicy=Never "
            fi
 
+           if [ "${gerritProject}" = "voltha-onos" ]; then
+             HELM_FLAG+="--set images.onos.tag=citest,images.onos.pullPolicy=Never "
+           fi
+
            if [ "${gerritProject}" = "ofagent-py" ]; then
              HELM_FLAG+="--set images.ofagent.tag=citest,images.ofagent.pullPolicy=Never "
            fi
@@ -209,4 +213,3 @@
     }
   }
 }
-