chore: include a simple script to test computing resources without going through the WMS#8420
Merged
fstagni merged 2 commits intoDIRACGrid:integrationfrom Feb 16, 2026
Merged
Conversation
…ing through the WMS
e86e732 to
c3e11bd
Compare
chrisburr
previously approved these changes
Jan 12, 2026
chrisburr
reviewed
Jan 12, 2026
tests/System/ce_test.py
Outdated
| script: str = typer.Option(None, "--script", help="Path to custom executable script (default: workloadExec.sh)"), | ||
| ): | ||
| """Test the interactions with a given set of Computing Elements (CE).""" | ||
| Script.initialize() |
Member
There was a problem hiding this comment.
Looks like this script needs to ran with an admin proxy? If so, you can pass an argument here to make it fail if you try to run with insuffient credentials
chrisburr
reviewed
Jan 12, 2026
8a0b514 to
7e7e932
Compare
fstagni
approved these changes
Feb 16, 2026
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.
Here is a script @VladimirRomanovsky and I have been using for months to debug CEs from time to time.
I am planning to use it to finish #7703 and I think it could be used for the certification whenever one makes changes to a CE interface.
BEGINRELEASENOTES
*Tests
NEW: script to debug and test CEs and the DIRAC interfaces to interact with them
ENDRELEASENOTES