I was asked in internal jira https://projects.engineering.redhat.com/browse/RHELPLAN-1472 to create pull request which would allow testing tests with --container tag using shim. And this is what I come up with.
I would like to ask you review this patch and give me some feedback or if everything is ok then push it to repository.
My main concerns is:
I changed runtask.yml so it would authomatically run always docker after runing classical test, I'm not if that's desired and maybe better option would be add
another yaml formula for runing just docker taged tests (in that case I would also update readme.rst with example how to run test with docker).
I was asked in internal jira https://projects.engineering.redhat.com/browse/RHELPLAN-1472 to create pull request which would allow testing tests with --container tag using shim. And this is what I come up with.
I would like to ask you review this patch and give me some feedback or if everything is ok then push it to repository.
My main concerns is:
I changed runtask.yml so it would authomatically run always docker after runing classical test, I'm not if that's desired and maybe better option would be add
another yaml formula for runing just docker taged tests (in that case I would also update readme.rst with example how to run test with docker).