[VOL-5435]VGC port changes

Change-Id: I43ea55db72d49463c945a8312168fb36bd737c6b
Signed-off-by: rbodapat <ramakrishna.bodapati@radisys.com>
diff --git a/libraries/vgc.robot b/libraries/vgc.robot
index 32d0900..74c9d31 100755
--- a/libraries/vgc.robot
+++ b/libraries/vgc.robot
@@ -423,11 +423,9 @@
         ${service_name}=    Set Variable    ${service[${I}]['name']}
         ${stag}=    Set Variable    ${service[${I}]['s_tag']}
         ${ctag}=    Set Variable    ${service[${I}]['c_tag']}
-        Run Keyword If    '${service_name}' == 'FTTB_SUBSCRIBER_TRAFFIC'
-        ...    Verify Subscriber Access Flows Added for DT FTTB    ${olt_of_id}
-        ...    ${onu_port}    ${nni_port}    ${stag}    ${ctag}
-        ...    Verify DPU MGMT Flows Added for DT FTTB    ${olt_of_id}
-        ...    ${onu_port}    ${nni_port}    ${stag}    ${ctag}
+        Run Keyword If    '${service_name}' == 'FTTB_SUBSCRIBER_TRAFFIC'   Run Keywords
+             Verify Subscriber Access Flows Added for DT FTTB    ${olt_of_id}    ${onu_port}    ${nni_port}    ${stag}        ${ctag}
+             Verify DPU MGMT Flows Added for DT FTTB    ${olt_of_id}    ${onu_port}    ${nni_port}    ${stag}    ${ctag    }
     END