Removing working test cases of test_user suite from skip list.

Found that below test are passing in both Barreleye, Palmetto
and Witherspoon. In Palmetto, we already dont have these in skip list.
So removing them from skip list of Barreleye and Witherspoon.

Create_and_delete_user_group
Set_password_for_non_existing_user
Create_user_with_no_name
Create_existing_user_group
Create_user_group_with_no_name
Cleanup_Users_List

Change-Id: I75a2f333ff3ed9ad4d89f9d44c46093b6b58a772
Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
diff --git a/test_lists/skip_test b/test_lists/skip_test
index 937f11f..82b8a5e 100644
--- a/test_lists/skip_test
+++ b/test_lists/skip_test
@@ -27,19 +27,13 @@
 #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
 #https://github.com/openbmc/openbmc-test-automation/issues/148
 -e Get_System_Time
 -e Set_Valid_System_Time
diff --git a/test_lists/skip_test_palmetto b/test_lists/skip_test_palmetto
index 3800e37..982bf05 100644
--- a/test_lists/skip_test_palmetto
+++ b/test_lists/skip_test_palmetto
@@ -12,7 +12,7 @@
 -e minimal_system_inventory
 -e System_Present
 -e Chassis_Present
-#https://github.com/openbmc/openbmc/issues/615
+#https://github.com/openbmc/openbmc/issues/612
 -e Create_and_delete_user_without_group_name
 -e Create_and_delete_user_with_user_group_name
 -e Create_multiple_users
diff --git a/test_lists/skip_test_witherspoon b/test_lists/skip_test_witherspoon
index 89eee14..b5d63f6 100644
--- a/test_lists/skip_test_witherspoon
+++ b/test_lists/skip_test_witherspoon
@@ -27,19 +27,13 @@
 #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
 #https://github.com/openbmc/openbmc-test-automation/issues/148
 -e Get_System_Time
 -e Set_Valid_System_Time