Enable logging-test for elog testing.

Resolves  openbmc/openbmc-test-automation#662

Change-Id: Id36f80e7799ed835916aa4c278666a9e5617d361
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/utils.robot b/lib/utils.robot
index fd376c2..5994a11 100755
--- a/lib/utils.robot
+++ b/lib/utils.robot
@@ -889,6 +889,10 @@
     Execute Command On BMC
     ...  ln -s ${targ_tarball_dir_path}/bin/callout-test /usr/bin/callout-test
 
+    # Create symlink to logging-test binary.
+    Execute Command On BMC
+    ...  ln -s ${targ_tarball_dir_path}/bin/logging-test /usr/bin/logging-test
+
     # Remove the tarball file from BMC
     Execute Command On BMC  rm /tmp/debug-tarball.tar.xz