Skip to content

Commit

Permalink
feat!: remove feature cim-field-report generation (#885)
Browse files Browse the repository at this point in the history
This PR removes the feature of generating cim-field-report.
ref: [ADDON-73385](https://splunk.atlassian.net/browse/ADDON-73385)

NOTE:
- moved unit test file (test_report.py) of cim-compliance report
generation test from test_tools folder to test_utilities
  • Loading branch information
dvarasani-crest committed Aug 22, 2024
1 parent 5f188c4 commit c4f72fe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 903 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ pytest11 = { plugin = "pytest_splunk_addon.plugin", "splunk" = "pytest_splunk_ad

[tool.poetry.scripts]
cim-report = 'pytest_splunk_addon.utilities.junit_parser:main'
cim-field-report = 'pytest_splunk_addon.tools.cim_field_report:main'
sample_splitter = 'pytest_splunk_addon.utilities.sample_splitter:main'

[build-system]
Expand Down
Loading

0 comments on commit c4f72fe

Please sign in to comment.