Add e2e test for bbsim patches

Change-Id: Iaef0104542c1beac439cea928757f88b695ab43b
diff --git a/jjb/pipeline/voltha-bbsim-tests.groovy b/jjb/pipeline/voltha-bbsim-tests.groovy
index ba701f4..8c592a7 100644
--- a/jjb/pipeline/voltha-bbsim-tests.groovy
+++ b/jjb/pipeline/voltha-bbsim-tests.groovy
@@ -109,7 +109,7 @@
              HELM_FLAG+="--set images.adapter_open_onu.tag=citest,images.adapter_open_onu.pullPolicy=Never "
            fi
 
-           if [ "${gerritProject}" = "voltha-bbsim" ]; then
+           if [ "${gerritProject}" = "bbsim" ]; then
              HELM_FLAG+="--set images.bbsim.tag=citest,images.bbsim.pullPolicy=Never "
            fi
 
diff --git a/jjb/verify/bbsim.yaml b/jjb/verify/bbsim.yaml
index 7e8b2ab..5ee9b93 100644
--- a/jjb/verify/bbsim.yaml
+++ b/jjb/verify/bbsim.yaml
@@ -22,6 +22,8 @@
           dest-gopath: "github.com/opencord"
           unit-test-targets: 'test'
           unit-test-keep-going: 'true'
+      - 'voltha-patch-test':
+          pipeline: 'voltha-bbsim-tests.groovy'
 
 - job-group:
     name: 'publish-bbsim-jobs'