Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

CORTX-32832: fixing unit tests in test_setup #6407

Merged
merged 2 commits into from
Sep 6, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/setup/test_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
import unittest
from cortx.provisioner import const
from cortx.utils.cmd_framework import Cmd
from cortx.setup import cortx_setup
from cortx.provisioner.log import CortxProvisionerLog, Log

solution_cluster_url = "yaml:///" + os.path.abspath(os.path.join(os.path.dirname(sys.argv[0]), "cluster.yaml"))
Expand Down