Skip to content

[codex] Validate PSA against CIM 6.4 docs branch#958

Draft
rasteja wants to merge 2 commits into
mainfrom
addon-86874-use-cim-6-dependency
Draft

[codex] Validate PSA against CIM 6.4 docs branch#958
rasteja wants to merge 2 commits into
mainfrom
addon-86874-use-cim-6-dependency

Conversation

@rasteja

@rasteja rasteja commented Jul 9, 2026

Copy link
Copy Markdown
Collaborator

What changed

This PR wires the splunk-cim-models dev dependency to the align-cim6-4-docs branch from splunk/psa-cim-models so CI can validate pytest-splunk-addon against the CIM 6.4 documentation alignment changes.

Why

The corresponding psa-cim-models PR updates CIM model content for CIM 6.4 documentation alignment. Pointing PSA at that branch lets the pytest-splunk-addon CI matrix exercise the dependency before the CIM branch is merged back into cim-6.

Impact

Only the development/test dependency reference changes. Runtime package code is unchanged.

Validation

Local checks run before pushing:

  • uv pip install --no-config --python .venv/bin/python --default-index https://pypi.org/simple . pytest-cov requests-mock freezegun pytz "git+https://github.com/splunk/psa-cim-models.git@align-cim6-4-docs"
  • Verified installed metadata: requested_revision=align-cim6-4-docs, commit 51ab83e81e06248fc726af213b1932c5cebebcf4
  • .venv/bin/python -m pytest -v tests/unit -> 525 passed
  • .venv/bin/python -m pytest -v tests/unit/tests_standard_lib/test_cim_tests/test_splunk_cim_models_contract.py -> 25 passed

Docker/Splunk e2e was not run locally because Docker is not installed on this machine (docker: command not found).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant