The salt-toaster
(https://github.com/openSUSE/salt-toaster) is a tool created and developed by SUSE employees that we've been using for testing Salt since few years ago.
This tool uses pytest
in combination with Docker containers to allow testing the multiple versions of the Salt codebase and as well as Salt packages across multiple distributions.
The tests are separated in 3 groups:
- Upstream integration tests
- Upstream unit tests
- SUSE custom integration tests
Currently, the "salt-toaster" is in a shape that only allows to run the tests inside SUSE (because it depends on our internal Docker registry).
The main goals of this HW project are:
- Allow running tests without necessary having access to our internal Docker registry.
- Make testing Salt really easy for newcomers.
Some of tasks needed in order to reach those goals are:
- Define and push some base toaster images to Docker hub (based on openSUSE and probably CentOS)
- Improve the documentation. Paying special attention on users outside SUSE.
- Screencast showing how to start running tests.
There is also a need from SaltStack upstream to provide an easy way for people to run the tests, so this is an opportunity to make the salt-toaster
as the default tool for testing Salt also for contributors and people outside SUSE.
This project is part of:
Hack Week 18
Activity
Comments
-
over 5 years ago by PSuarezHernandez | Reply
Results for this HW project! https://github.com/openSUSE/salt-toaster/pull/74
Similar Projects
Create openSUSE images for Arm/RISC-V boards by avicenzi
[comment]: # (Please use the project descriptio...