[VOL-4094] Added TT Multi-Tcont 1&4 Test

Change-Id: Ib0f78715824862f0dffec2c1100a6bb699a93acb
diff --git a/libraries/utils.robot b/libraries/utils.robot
index 3a4f6f2..359ed4a 100755
--- a/libraries/utils.robot
+++ b/libraries/utils.robot
@@ -40,7 +40,7 @@
 Send File To Onos
     [Documentation]    Send the content of the file to Onos to selected section of configuration
     ...   using Post Request
-    [Arguments]    ${CONFIG_FILE}    ${section}
+    [Arguments]    ${CONFIG_FILE}    ${section}=${EMPTY}
     ${Headers}=    Create Dictionary    Content-Type    application/json
     ${File_Data}=    OperatingSystem.Get File    ${CONFIG_FILE}
     Log    ${Headers}