[VOL-3092] Validating flows in VOLTHA physical device

Change-Id: I8448159564aa96887476ba2bfa8030d55ff1891b
diff --git a/tests/scale/Voltha_Scale_Tests.robot b/tests/scale/Voltha_Scale_Tests.robot
index c5b530c..76708ea 100644
--- a/tests/scale/Voltha_Scale_Tests.robot
+++ b/tests/scale/Voltha_Scale_Tests.robot
@@ -106,6 +106,13 @@
     Wait for Logical Devices flows   ${workflow}    ${total_onus}    ${olt}    false
     ...     ${withEapol}    ${withDhcp}     ${withIgmp}
 
+Flows validation in VOLTHA Adapters before subscriber provisioning
+    [Documentation]  Check that all flows has been store in devices of type openolt
+    [Tags]      non-critical    flow-before   plot-voltha-openolt-flows-before
+    Should Be Equal   ${enableFlowProvisioning}     true
+    Wait for OpenOLT Devices flows   ${workflow}    ${total_onus}    ${olt}    false
+    ...     ${withEapol}    ${withDhcp}     ${withIgmp}
+
 Flows validation in ONOS before subscriber provisioning
     [Documentation]    Check that all the flows has been acknowledged
     [Tags]      non-critical    flow-before   plot-onos-flows-before
@@ -136,6 +143,13 @@
     Wait for Logical Devices flows   ${workflow}    ${total_onus}    ${olt}    true
     ...     ${withEapol}    ${withDhcp}     ${withIgmp}
 
+Flows validation in VOLTHA Adapters after subscriber provisioning
+    [Documentation]  Check that all flows has been store in devices of type openolt
+    [Tags]      non-critical    flow-after   plot-voltha-openolt-flows-after
+    Should Be Equal   ${enableFlowProvisioning}     true
+    Wait for OpenOLT Devices flows   ${workflow}    ${total_onus}    ${olt}    true
+    ...     ${withEapol}    ${withDhcp}     ${withIgmp}
+
 Flows validation in ONOS after subscriber provisioning
     [Documentation]    Check that all the flows has been acknowledged
     [Tags]      non-critical    flow-after    plot-onos-flows-after