Seagate / cortx-prvsnr

CORTX Provisioner offers a framework which accepts configurations (cluster.yaml and config.yaml) in the form of ConfigMap, translates into internal configuration (CORTX Conf Store) and then orchestrates across components mini provisioners to allow them to configure services. In Kubernetes environment, CORTX Provisioner framework runs on all the CORTX PODs (in a separate one time init container).
https://github.com/Seagate/cortx
GNU Affero General Public License v3.0
17 stars 40 forks source link

CORTX-32832: fixing unit tests in test_setup #6407

Closed lakshita-jain closed 2 years ago

lakshita-jain commented 2 years ago

Signed-off-by: Lakshita Jain lakshita.jain@seagate.com

Problem Statement

Design

Coding

Checklist for Author

Testing

Checklist for Author

Impact Analysis

Checklist for Author/Reviewer/GateKeeper

Review Checklist

Checklist for Author

Documentation

Checklist for Author

cla-bot[bot] commented 2 years ago

Thanks for your contribution! The CLA bot has flagged your contribution as not having a Contributor License Agreement in place. Note that this is not needed in the overwhelming majority of instances and this warning will usually be ignored. The code reviewers will make a determination and may ask you to sign a CLA or may choose to ignore this warning. More information about this can be found here.

lakshita-jain commented 2 years ago

fix codacy @tanujashinde0405: The codacy cant be fixed as the module is being used in line number 45( sys.modules), removing the package will throw error and the unit tests will fail.