[VOL-5536] fix vgc pipeline issues
Change-Id: I6a50276a598cb5d51d54ef499ada170a9a0fc438
Signed-off-by: Abhay Kumar <abhay.kumar@radisys.com>
diff --git a/libraries/utils_vgc.robot b/libraries/utils_vgc.robot
index 5c1e181..b6ae874 100755
--- a/libraries/utils_vgc.robot
+++ b/libraries/utils_vgc.robot
@@ -78,9 +78,15 @@
${num_all_onus}= Get Length ${hosts.src}
${num_all_onus}= Convert to String ${num_all_onus}
#send sadis file to vgc
+ ${oltconfig_file}= Get Variable Value ${oltconfig.file}
+ ${oltconfig1_file}= Get Variable Value ${oltconfig1.file}
${sadis_file}= Get Variable Value ${sadis.file}
Log To Console \nSadis File:${sadis_file}
- Run Keyword Unless '${sadis_file}' == '${None}' Send File To VGC ${sadis_file} # apps/
+ Log To Console \noltconfig File:${oltconfig_file}
+ Log To Console \noltconfig File:${oltconfig1_file}
+ Run Keyword Unless '${oltconfig_file}' == '${None}' Send File To VGC ${oltconfig_file} olt/BBSIM_OLT_10
+ Run Keyword Unless '${oltconfig1_file}' == '${None}' Send File To VGC ${oltconfig1_file} olt/BBSIM_OLT_11
+ Run Keyword Unless '${sadis_file}' == '${None}' Send File To VGC ${sadis_file} network-configurations #apps/
Set Suite Variable ${num_all_onus}
Set Suite Variable ${num_olts}
Set Suite Variable ${list_olts}