You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just bring this here based on some of the work I have been looking into.
As part of the testing on Debian/Ubuntu and the work happening to bring Avocado to Debian/Ubuntu, we will be eventually do unit and stageone testing as part of our builds.
In those particular scenarios the testing will happen in Docker style containers, so on thoses cases some of the tests will fail, like /boot not existing.
The plan is to potentially to create a new function in sos_tests.py that detects if you're in a container (in_container()), so that those tests can be predicated against the test.
This is low priority, as we still have a couple of months before we will be able to do any proper work on this as we need Avocado to land in debian
For reference, avocado-framework/avocado#6106 issue n avocado to track the Debian preliminary work needed to actually upload the package and make it available. Once uploaded, it can take a month for a new package to be accepted, so potentially ready for 4.9.1 or 4.9.2
The text was updated successfully, but these errors were encountered:
Just bring this here based on some of the work I have been looking into.
As part of the testing on Debian/Ubuntu and the work happening to bring Avocado to Debian/Ubuntu, we will be eventually do unit and stageone testing as part of our builds.
In those particular scenarios the testing will happen in Docker style containers, so on thoses cases some of the tests will fail, like /boot not existing.
The plan is to potentially to create a new function in
sos_tests.py
that detects if you're in a container (in_container()
), so that those tests can be predicated against the test.This is low priority, as we still have a couple of months before we will be able to do any proper work on this as we need Avocado to land in debian
For reference, avocado-framework/avocado#6106 issue n avocado to track the Debian preliminary work needed to actually upload the package and make it available. Once uploaded, it can take a month for a new package to be accepted, so potentially ready for 4.9.1 or 4.9.2
The text was updated successfully, but these errors were encountered: