Skip to content

Commit

Permalink
Merge pull request #147 from mkoura/save_before_process
Browse files Browse the repository at this point in the history
Save env before processing artifacts
  • Loading branch information
mkoura committed Sep 24, 2020
2 parents 7dd16d2 + 111cf28 commit 633701f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano_node_tests/tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ def _run_cluster_cleanup(
cluster_manager_obj._log("running cluster cleanup")
# stop cluster
cluster_manager_obj.stop()
# process artifacts
devops_cluster.process_artifacts(pytest_tmp_dir=pytest_tmp_dir, request=request)
# save environment info for Allure
helpers.save_env_for_allure(request)
# process artifacts
devops_cluster.process_artifacts(pytest_tmp_dir=pytest_tmp_dir, request=request)


@pytest.yield_fixture(scope="session")
Expand Down

0 comments on commit 633701f

Please sign in to comment.