forked from TrueCloudLab/frostfs-testcases
[#373] Move common fixture to testlib
Signed-off-by: a.berezin <a.berezin@yadro.com>
This commit is contained in:
parent
eedb915283
commit
ffd3e7ade3
1 changed files with 0 additions and 7 deletions
|
@ -410,13 +410,6 @@ def collect_binary_versions(hosting: Hosting, client_shell: Shell, request: pyte
|
|||
env_utils.save_env_properties(file_path, all_versions)
|
||||
|
||||
|
||||
@reporter.step("[Autouse/Session] Test session start time")
|
||||
@pytest.fixture(scope="session", autouse=True)
|
||||
def session_start_time(configure_testlib):
|
||||
start_time = datetime.utcnow()
|
||||
return start_time
|
||||
|
||||
|
||||
@pytest.fixture(scope="session")
|
||||
def rpc_endpoint(cluster: Cluster):
|
||||
return cluster.default_rpc_endpoint
|
||||
|
|
Loading…
Add table
Reference in a new issue