avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
345 stars 343 forks source link

Runnable identifier #5992

Closed richtja closed 3 months ago

richtja commented 3 months ago

This commit introduces a way how to explicitly specify runnable identifier through Job API or runnable recipe. This change shouldn't affect current behaviour and if the identifier is not specified it will be generated based on the runner.identifier_format config variable.

Reference: #5964

richtja commented 3 months ago

Hi @clebergnu, thanks for your review. I agree with you, and I will update the examples. Also, it reminded to me that I should update our documentation as well.

richtja commented 3 months ago

Hi @clebergnu, I have added the examples and update the avocado list. Please have a look.

richtja commented 3 months ago

Hi @clebergnu, thanks for your review. I have addressed your comments via force-push. Please have a look.

richtja commented 3 months ago

Hi @clebergnu, I have just updated the examples/jobs/custom_exec_test.py. Please have a look.