[VOL-3993] Collecting mac learner mappings

Change-Id: I00a7728ae3994107109b64b24b28609eaf8bedc1
diff --git a/jjb/voltha-scale.yaml b/jjb/voltha-scale.yaml
index 215db0c..34d041d 100644
--- a/jjb/voltha-scale.yaml
+++ b/jjb/voltha-scale.yaml
@@ -133,6 +133,7 @@
           withEapol: false
           withDhcp: true
           withIgmp: true
+          withMaclearning: true
           onosReplicas: 3
           atomixReplicas: 3
           extraHelmFlags: >
@@ -564,6 +565,11 @@
           description: 'Whether IGMP is enabled for the test'
 
       - bool:
+          name: withMaclearning
+          default: '{withMaclearning}'
+          description: 'Whether mac learning is enabled for the test'
+
+      - bool:
           name: withLLDP
           default: '{withLLDP}'
           description: 'Whether Link Discovery is enabled for the test'
@@ -748,6 +754,7 @@
     withEapol: true
     withDhcp: true
     withIgmp: false
+    withMaclearning: false
     withLLDP: false
     withMonitoring: true
     withProfiling: false
@@ -854,6 +861,7 @@
     withEapol: true
     withDhcp: true
     withIgmp: false
+    withMaclearning: false
     withLLDP: false
     withMonitoring: false
     withProfiling: false