-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
False
-
-
False
-
-
[3321415412] Upstream Reporter: Jindrich Novy
Upstream issue status: Closed
Upstream description:
Currently we use golang to implement tests in conmon. It is not for free - golang brings a lot of headaches in terms of supported versions, vendoring, components which renovate needs up to update, etc. The BATS seems to be an ideal candidate for replacement of golang based test suite with something we already use and is well production tested with our other container related tools.
The current plan:
- reimplement golang based tests in BATS
- update CI/CD to run BATS
- remove golang from conmon and stick with BATS only for tests
Upstream URL: https://github.com/containers/conmon/issues/577
- links to