ATF test user gets logged out midway through the executionIssue The created user gets logged out midway through the ATF execution. The logs show that the user is being logged out during the execution of the test. The test runner connection is lost and the user running the test is also logged out. ReleaseNot release or environment specific.CauseWhen manually creating a user, the user was marked with 'locked_out' as true after the creation. Also when using the impersonation of an active (non-locked out user) the test succeeded without a lost of connection. ResolutionIf the item used to set the 'locked_out' value to true is not needed, then disable this feature and see if that resolves the issues in this test. If the feature is needed, then modify the tests so the created user is no longer locked_out and then impersonate that created user, example of added steps: Related LinksKB0814540 - During an ATF Test session, the user is being logged out before the test has completed