Supress REST power on logging on the console.

Resolves openbmc/openbmc-test-automation#781

Change-Id: I1c5a1da3761bc2fd5e2c4c8cbcad5833d5370a5a
Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
diff --git a/tests/test_association.robot b/tests/test_association.robot
index 3af55ea..64c47eb 100755
--- a/tests/test_association.robot
+++ b/tests/test_association.robot
@@ -266,12 +266,12 @@
 
 
 Test Setup Execution
-   [Documentation]  Do test case setup tasks.
+    [Documentation]  Do test case setup tasks.
 
-   REST Power On
-   ${status}=  Run Keyword And Return Status  Callout Test Binary Exist
-   Run Keyword If  ${status} == ${False}  Install Tarball
-   Delete All Error Logs
+    REST Power On  quiet=1
+    ${status}=  Run Keyword And Return Status  Callout Test Binary Exist
+    Run Keyword If  ${status} == ${False}  Install Tarball
+    Delete All Error Logs
 
 
 Install Tarball
@@ -280,4 +280,3 @@
     Run Keyword If  '${DEBUG_TARBALL_PATH}' == '${EMPTY}'  Return from Keyword
     BMC Execute Command  rm -rf /tmp/tarball
     Install Debug Tarball On BMC  ${DEBUG_TARBALL_PATH}
-