Replies: 2 comments 6 replies
-
|
Hi @jpavlav , Yes, it should be as easy as adding: And setting the executable bit on the file, say: |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@jpavlav I now realize your question was a little bit different than what I answered. We do not have a tool / entry point that would let you do something like: Simply because Python does the job or running the API pretty well. But, we do anticipate the usefulness of a tool or entrypoint that can read from a config and run a job. Such as: And config may be a JSON file with the "same" contents you'd give to |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Assume the minimal example provided in the documentation is in a file called
job_test.py:Is there some way to execute this test via
avocado runor perhaps one of the other entry points?Beta Was this translation helpful? Give feedback.
All reactions