Adding support for voltha-onos 1.13.10 and 2.2 to BBSim based sanity test

The support is not directly related to the ONOS version itself, but to
the version of the apps that come bundled with those version

Change-Id: I2a09c4f01b0ba300902366d6ba0fc814464eddb2
diff --git a/jjb/voltha-e2e.yaml b/jjb/voltha-e2e.yaml
index 56510d3..751f267 100644
--- a/jjb/voltha-e2e.yaml
+++ b/jjb/voltha-e2e.yaml
@@ -162,7 +162,7 @@
 
 - job-template:
     id: 'voltha-patch-test'
-    name: 'verify_{project}_sanity-test'
+    name: 'verify_{project}_sanity-test{name-extension}'
     extra-helm-flags: ''
 
     description: |
@@ -216,6 +216,11 @@
           default: '{extra-helm-flags}'
           description: 'Helm flags to pass to ./voltha up'
 
+      - string:
+          name: onosVersion
+          default: '{onos-version}'
+          description: 'ONOS version that needs to be configured'
+
     project-type: pipeline
     concurrent: true