Skip to content

Generate Tempest Configuration#37

Merged
abhibongale merged 1 commit into
mainfrom
phase-1-foundation
May 22, 2026
Merged

Generate Tempest Configuration#37
abhibongale merged 1 commit into
mainfrom
phase-1-foundation

Conversation

@abhibongale
Copy link
Copy Markdown
Owner

  • Generated tempest.conf automatically
  • Configured Ironic service endpoints
  • Set baremetal test parameters
  • Matched CI job configuration
  • Supported running tests in container

Closes: #11

Description

Related Issue

Fixes #

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Refactoring (no functional changes)

Checklist

  • My code follows the style guidelines of this project (black, ruff)
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Testing

Unit Tests

pytest tests/unit/ -v

Code Quality

black --check stackbox/ tests/
ruff check stackbox/ tests/
mypy stackbox/core/compose.py

Coverage

pytest --cov=stackbox --cov-report=term-missing

Screenshots (if applicable)

Additional Notes

- Generated tempest.conf automatically
- Configured Ironic service endpoints
- Set baremetal test parameters
- Matched CI job configuration
- Supported running tests in container

Closes: #11
Signed-off-by: Abhishek Bongale <abhishekbongale@outlook.com>
@abhibongale abhibongale self-assigned this May 22, 2026
Copy link
Copy Markdown
Owner Author

@abhibongale abhibongale left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@abhibongale abhibongale merged commit d176ce8 into main May 22, 2026
9 checks passed
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.

Generate Tempest Configuration

1 participant