Add CSRNG smoke test to the OT peripheral tests

Change-Id: Ie1f18cac0449d2ab14f0f2392cf42e940bbd0615
diff --git a/opentitan_peripherals_test.robot b/opentitan_peripherals_test.robot
index ba37edc..cf20950 100644
--- a/opentitan_peripherals_test.robot
+++ b/opentitan_peripherals_test.robot
@@ -25,6 +25,7 @@
 ${OTP_VMEM}                     ${SHODAN_DIR}/out/tmp/otp_img_smoketest.vmem
 ${LC_TRANSITION}                ${ROOTDIR}/out/opentitan/sw/build-out/sw/device/tests/lc_ctrl_transition_test_fpga_nexysvideo.elf
 ${LC_OTP_CFG}                   ${ROOTDIR}/out/opentitan/sw/build-out/sw/device/tests/lc_ctrl_otp_hw_cfg_test_fpga_nexysvideo.elf
+${CSRNG_BIN}                    ${ROOTDIR}/out/opentitan/sw/build-out/sw/device/tests/csrng_smoketest_fpga_nexysvideo.elf
 
 ${OTP_IMG_SCRIPT}               ${SHODAN_DIR}/hw/opentitan-upstream/util/design/gen-otp-img.py
 ${OTP_IMG_CFG}                  ${SHODAN_DIR}/sim/tests/otp_ctrl_img_smoketest.hjson
@@ -189,6 +190,9 @@
 Should Pass Life Cycle Otp Config Test
     Run Smoketest               ${LC_OTP_CFG}
 
+Should Pass CSRNG Smoketest
+    Run Smoketest               ${CSRNG_BIN}
+
 Should Pass AES Smoketest With Scrambled Boot ROM Vmem
     Run Smoketest With Scrambled Boot ROM Vmem      ${AES_BIN}