mkumatag / openbmc-automation

Test OpenBMC Distribution, moved to - https://github.com/openbmc/openbmc-test-automation
Apache License 2.0
5 stars 11 forks source link

Added the tests cases for User Account Management #28

Closed rahulmah closed 8 years ago

rahulmah commented 8 years ago

Added test case to test following scenarios

  1. User creation and deletion
  2. User Group creation and deletion
  3. System Group creation and deletion.
  4. Also to cross check user list and group list.
ratagupt commented 8 years ago

Should not we verify the user which has been created with the ssh connection? ....I have seen that we are verifying the user by looking at the GetUserList...I would say that we need to test it through making ssh connection.

rahulmah commented 8 years ago

Made changes to use random user/group names for all test cases. Also added a check to verify ssh login to check newly created user during testing.

mkumatag commented 8 years ago

Code looks Good.! :shipit: