Tests for Downloading Image onto the BMC

- Upload images via REST
- Upload images via TFTP

Resolves openbmc/openbmc-test-automation#510

Change-Id: Id55f12d0d0354024c57ca929953b408e70876b40
Signed-off-by: Saqib Khan <khansa@us.ibm.com>
diff --git a/lib/resource.txt b/lib/resource.txt
index 247d251..d3c3cb1 100755
--- a/lib/resource.txt
+++ b/lib/resource.txt
@@ -47,6 +47,11 @@
 # BMC debug tarball parameter
 ${DEBUG_TARBALL_PATH}  ${EMPTY}
 
+# Upload Image parameters
+${TFTP_SERVER}       ${EMPTY}
+${TFTP_FILE_NAME}    ${EMPTY}
+${IMAGE_FILE_PATH}   ${EMPTY}
+
 *** Keywords ***
 Get Inventory Schema
     [Arguments]    ${machine}