spread icon indicating copy to clipboard operation
spread copied to clipboard

Spread - Convenient full-system test (task) distribution

Results 113 spread issues
Sort by recently updated
recently updated
newest added

On ARM servers it is not allowed to write to /dev/ttyS*, so the startup script fails to complete. This implemerntation writes to console the Marker so it can be retrieved...

Some images (like ubuntu kinetic) override the ssh configuration by using the new `sshd_config.d` directory and no longer ship a `/etc/sshd_config` file. This change makes sure these systems will have...

Something in the LXD API had to change, this is what happens on a sample project: ``` zyga@lambert:~/projects/go-hawkbit$ ~/spread/cmd/spread/spread 2022-06-24 11:54:26 Project content is packed for delivery (7.94MB). 2022-06-24 11:54:26...

With this change it is possible to specify by adding and removing in the filters. This is needed for example when we need to run in all the ubuntu but...

The idea is to generate a report with the results including which tests were successfull, failed and aborted This can be used to define which tests have to be re-executed

This option "-repeat-all" is used to repeat a set of tests. It is used to reproduce sporadic issues that are reproduced by running a sequence of tests. See the following...

spread is currently not build with snapcraft 5.0 (the default). This commit fixes this by moving to `base: core20`. Note that this also requires moving to `go.mod` hand hence it...

Ready

This is to avoid this messages showing the output still empty when the reboot was already done: 2018-11-05 14:48:35 Rebooting on nov051744-506863 (google:debian-9-64-base:tasks/google/update-debian-9) as requested... 2018-11-05 14:48:35 Getting uptime 2018-11-05...

## What does this PR do? It adds a simple command to install `spread` using Go tools. ## Why is it important? It will help newcomers in installing the tool...