OpenStack Horizon: integration tests for plugins (part 2, CI)
Published at February 4, 2019 · 2 min read
It’s a small addition to my previous post. I don’t like to edit my previous posts. The only exception is when I have to fix some typos, spelling error, links, etc.
During the previous post, I described how to implement integration tests for the Horizon plugins, but I didn’t have enough time to implement and verify CI for it. It’s time to fix this.
We’ve got really awesome CI in the OpenStack. Zuul works great for OpenStack needs and allows to configure cross-project jobs. A big thank you to our Infra team for the help during CI setup.
...