-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Verify SSH Login Access With Admin User #2232
Comments
The test intends to delete the newly created new_admin password after the SSH validation is done. Can you check if the user has been created? |
@justin0309 Pls open a defect against the build you are using, its not a test issue. |
@prkatti1 @swe12345 @Anvesh-Kumar-Rayankula Please check and respond |
Its not a test code issue, Pls open a defect against the build on which you have noticed this issue. |
@prkatti1 |
yes, it is allowing to create user but not allowing to delete user |
@prkatti1
It is occupied by this process, but I don’t know who is using it.
I think SSHLibrary . Close All Connections should be adjusted before Redfish . Delete /redfish/v1/AccountService/Accounts/test_user |
Sure, you can push the change. |
This commit modification will cause test fail. Without these two lines of code, the test will pass.
e8015b3
Redfish.Login
Redfish.Delete /redfish/v1/AccountService/Accounts/new_admin
It seems like two lines should be added, but I don’t know why it failed.
The text was updated successfully, but these errors were encountered: