Fix: Add "vgcEnabled: true" to vgc tests

These jobs require vgcEnabled to be set to true in order to function.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ieca1c333280559264281fd2a750105c22b59863c
diff --git a/jjb/voltha-e2e/master.yaml b/jjb/voltha-e2e/master.yaml
index be24b24..89ae1a0 100644
--- a/jjb/voltha-e2e/master.yaml
+++ b/jjb/voltha-e2e/master.yaml
@@ -84,21 +84,25 @@
               flags: ""
               teardown: true
               logging: true
+              vgcEnabled: true
             - target: functional-single-kind-dt-vgc
               workflow: dt
               flags: ""
               teardown: true
               logging: true
+              vgcEnabled: true
             - target: sanity-kind-dt-fttb-vgc
               workflow: dt
               flags: ""
               teardown: true
               logging: true
+              vgcEnabled: true
             - target: bbsim-failurescenarios-dt-vgc
               workflow: dt
               flags: ""
               teardown: true
               logging: true
+              vgcEnabled: true
           timeout: 140
       - 'voltha-periodic-test':
           name: 'periodic-voltha-combined-vgc-multi-olt'
@@ -113,11 +117,13 @@
               flags: "--set onu=2,pon=2"
               teardown: true
               logging: true
+              vgcEnabled: true
             - target: bbsim-multiolt-kind-dt-vgc
               workflow: dt
-              flags: ""
+              flags: "--set onu=2,pon=2"
               teardown: true
               logging: true
+              vgcEnabled: true
           timeout: 140
 
       # -----------------------------------------------------------------------