Update robot script for QEMU to run in Redfish mode ONLY

Change-Id: I3234cc8c5f0c9161842713c00f592a2b503e52ae
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/scripts/run-robot.sh b/scripts/run-robot.sh
index 5b2d967..fab7941 100755
--- a/scripts/run-robot.sh
+++ b/scripts/run-robot.sh
@@ -24,7 +24,8 @@
     -v OPENBMC_HOST:${IP_ADDR}\
     -v SSH_PORT:${SSH_PORT}\
     -v HTTPS_PORT:${HTTPS_PORT}\
-    --argumentfile ./test_lists/QEMU_CI ./tests"}
+    -v REDFISH_SUPPORT_TRANS_STATE:1\
+    --argumentfile ./test_lists/QEMU_CI ./tests ./redfish ./ipmi"}
 
 git clone https://github.com/openbmc/openbmc-test-automation.git \
         "${ROBOT_CODE_HOME}"