-
Hi, I'm generating manually the test_suits and the job. In the pass I was just creating one list of suites and running all of them in one shot, that worked without any problem, example:
Now I'm exploring run using the same job, one test_suit by one test_suit, this with the purpose of do some conditions in the middle and some other tricks, example:
but now I'm getting this error message in the terminal:
I'm using the latest version of avocado (102.0), any idea of how to get rid of this error message? or it should be consider a bug? The execution by itself looks to be done without problems. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
@richtja, do you have any suggestion? |
Beta Was this translation helpful? Give feedback.
-
IC, thanks for the clarification, I will see how to handle this due running using multiple Jobs will lead to have the results in multiple directories and I was trying to keep all the results in the same directory. Any suggestion on how to achieve this? |
Beta Was this translation helpful? Give feedback.
I see, unfortunately right now each Job has its own directory. AFAIK there is no easy way how to achieve this.
Since I don't know your exact use-case I am just guessing here, but if you want to run some code between suites, maybe you could use one of these options: