test_lists: use long options

Short options are good for interactive shells to cut down on typing.
Use long options elsewhere to improve comprehension for new robot users.

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: I203fe3511c6af3825bf1440cff97881ca27f4bcd
diff --git a/test_lists/QEMU_CI b/test_lists/QEMU_CI
index 91f5904..ba9061a 100644
--- a/test_lists/QEMU_CI
+++ b/test_lists/QEMU_CI
@@ -1,21 +1,21 @@
 #Verify SSH and IPMI interfaces
--i Test_SSH_And_IPMI_Connections
+--include Test_SSH_And_IPMI_Connections
 #Check for apps failures.
--i Check_For_Application_Failures
+--include Check_For_Application_Failures
 #Redfish tests cases.
--i Redfish_Login_And_Logout
--i GET_Redfish_Resources_With_Login
--i GET_Redfish_SessionService_Without_Login
--i Redfish_Login_Using_Invalid_Token
--i Delete_Redfish_Session_Using_Valid_Login
--i Redfish_Login_With_Invalid_Credentials
--i Verify_Update_Service_Enabled
--i Verify_Redfish_Software_Inventory_Collection
--i Redfish_Software_Inventory_Status_Check
+--include Redfish_Login_And_Logout
+--include GET_Redfish_Resources_With_Login
+--include GET_Redfish_SessionService_Without_Login
+--include Redfish_Login_Using_Invalid_Token
+--include Delete_Redfish_Session_Using_Valid_Login
+--include Redfish_Login_With_Invalid_Credentials
+--include Verify_Update_Service_Enabled
+--include Verify_Redfish_Software_Inventory_Collection
+--include Redfish_Software_Inventory_Status_Check
 #IPMI tests.
--i Enable_IPMI_User_And_Verify
--i Verify_IPMI_User_Deletion
+--include Enable_IPMI_User_And_Verify
+--include Verify_IPMI_User_Deletion
 #Local user tests.
--i Verify_AccountService_Available
+--include Verify_AccountService_Available
 #Check for BMC dump.
--i Verify_No_BMC_Dump_And_Application_Failures_In_BMC
+--include Verify_No_BMC_Dump_And_Application_Failures_In_BMC