Test user to skip test list
The issue turn out to be due to the SSLOEF error. The test user REST
method call are returning error inspite of the user is getting added
or created. The test code expect the REST response to be success.
Untill the issue is fixed or identified from the developement this
is pushed under skip test.
This changes also add new tags for the test user cases as our continue
effort to tag all the test cases.
Resolves openbmc/openbmc-test-automation#166
Change-Id: Idb1a1f09185d00d44a074d9d3e1d187805cc8a4c
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/test_lists/skip_test b/test_lists/skip_test
index c075805..da24252 100644
--- a/test_lists/skip_test
+++ b/test_lists/skip_test
@@ -30,3 +30,17 @@
-e minimal_fan_inventory
#https://github.com/openbmc/openbmc-test-automation/issues/139
-e Empty_Fan_Test
+#https://github.com/openbmc/openbmc/issues/612
+-e Create_and_delete_user_group
+-e Create_and_delete_user_without_group_name
+-e Create_and_delete_user_with_user_group_name
+-e Create_multiple_users
+-e Create_and_delete_user_without_password
+-e Set_password_for_existing_user
+-e Set_password_with_empty_password_for_existing
+-e Set_password_for_non_existing_user
+-e Create_existing_user
+-e Create_user_with_no_name
+-e Create_existing_user_group
+-e Create_user_group_with_no_name
+-e Cleanup_Users_List