Replies: 1 comment 1 reply
-
Hi @pevogam the avocado |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all, we have a small plugin that tries to integrate better with avocado and reuse avocado-run and avocado-list as much as possible with our custom scheduling mechanism. Our scheduler is refused with the error
Suite creation for runner "traverser" is not supported
. Note that if I dothen everything works smoothly with no problem of any kind which made me wonder why this value is hardcoded there. Could we make this configurable perhaps? I am aware we can inherit via a separate test suite class but it seemed like an overkill for what is needed, especially considering the above would work just fine. Is there perhaps a better way to provide a custom scheduler with the default avocado classes?
At present I have to rely on the following to make the above work:
and is all needed in order to overwrite the hard-coded value.
Disclaimer: We have our scheduler work just fine from our own CLICmd plugin but the above is an approach that should enable better integration with avocado's own run/list plugins.
Beta Was this translation helpful? Give feedback.
All reactions