Open
Conversation
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
…environment as well Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
Signed-off-by: Juanma Barea <juanmabareamartinez@gmail.com>
bsquizz
reviewed
Dec 9, 2025
Reorganized ci/full-cicd tests into tests/rh_clowder_ci as a proper pip-installable Python package with the following improvements: - Converted bash deployment scripts to pytest module-scoped fixture - Replaced subprocess 'oc' calls with ocviapy library (get_json, oc, process_template, apply_config, get_api_resources) - Used wait_for library for robust retry logic - Converted test resources to OpenShift Template with NAMESPACE parameter - Implemented intelligent resource cleanup that dynamically determines namespaced vs cluster-scoped resources for proper teardown - Added proper Python package structure with pyproject.toml - Configured ruff for code linting and formatting - Added Python-specific .gitignore for build artifacts The new package can be installed with: pip install -e tests/rh_clowder_ci Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Add pytest logging configuration to enable timestamped console and file output. Replace print statements with logger.info() calls for better integration with pytest and configurable log levels. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds a CICD process that executes a job that deploys several Clowder resources and then executes a set of pytest tests to verify the E2E behaviour of Clowder.