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/BMC_WEB_CI b/test_lists/BMC_WEB_CI
index 6fda7d8..392ec34 100644
--- a/test_lists/BMC_WEB_CI
+++ b/test_lists/BMC_WEB_CI
@@ -1,5 +1,5 @@
#Basic GUI operations
--i Verify_IP_address
--i Verify_Select_Health_Status_From_Server_Health
--i Verify_Event_Log_Text_Appears_By_Clicking_Server_Health
--i OpenBMC GUI Logoff
+--include Verify_IP_address
+--include Verify_Select_Health_Status_From_Server_Health
+--include Verify_Event_Log_Text_Appears_By_Clicking_Server_Health
+--include OpenBMC GUI Logoff