Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing def for general.topology_prefix in config.json #3363

Closed
saroj-lbl opened this issue Jan 17, 2025 · 1 comment · Fixed by #3364
Closed

missing def for general.topology_prefix in config.json #3363

saroj-lbl opened this issue Jan 17, 2025 · 1 comment · Fixed by #3364

Comments

@saroj-lbl
Copy link

Hello,

With the following added to site_configuration

'general': [
    {
        'topology_prefix': configdir+"/topology",
    }
],  

I get the following error when running a test

ERROR: failed to load configuration: could not validate configuration files: `<builtin>`, `config/lrc.py`: 
Additional properties are not allowed ('topology_prefix' was unexpected)`

This is likely because topology_prefix is missing from general\items in schemas/config.json; it is only present in defaults.

@vkarak
Copy link
Contributor

vkarak commented Jan 18, 2025

Indeed, that's a bug, thanks for catching it!

@vkarak vkarak moved this from Todo to In Progress in ReFrame Backlog Jan 18, 2025
@vkarak vkarak self-assigned this Jan 18, 2025
@vkarak vkarak moved this from In Progress to Merge To Develop in ReFrame Backlog Jan 20, 2025
@vkarak vkarak closed this as completed Jan 27, 2025
@github-project-automation github-project-automation bot moved this from Merge To Develop to Done in ReFrame Backlog Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants