-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try Docker as Beaker provider #8
Comments
Using the Beaker workflow described in the numbered points here dramatically speeds up testing, making this less critical. |
Vagrant Beaker tests have been historically unstable and are currently quite broken on my system. It's also not easy/possible to run VM-based tests on ODL'c CI VMs (nested virt issues), so moving containers is desirable for that future use-case. For both of these reasons, I'm bumping the prio of this TODO and am actively working on it. |
Commit 3aa0ccf added Docker-based Beaker tests for CentOS 7. They pass atm. |
Working on a Fedora 23 Docker-based Beaker test. Using the official The box starts, Puppet installs and the Beaker tests start. Once we try to
So This is my
|
Most people seem to use Vagrant as the provider Beaker uses for standing up test VMs. I have that setup working well, but it's quite slow. Docker would allow caching of unchanged steps, dramatically speeding up the process.
This is a long-term TODO.
The text was updated successfully, but these errors were encountered: