Switch back to session scope for Alice

This commit is contained in:
Jean-Paul Calderone 2022-12-22 11:05:07 -05:00
parent aa58faddaf
commit 1ae98c1830

View File

@ -358,7 +358,7 @@ def alice_sftp_client_key_path(temp_dir):
# typically), but for convenience sake for testing we'll put it inside node.
return join(temp_dir, "alice", "private", "ssh_client_rsa_key")
@pytest.fixture(scope='function')
@pytest.fixture(scope='session')
@log_call(action_type=u"integration:alice", include_args=[], include_result=False)
def alice(
reactor,