Skip to content

Update tests for softwares with missing promises

Jérome Perrin requested to merge fix/adjust-tests-no--all into master

Now that slapos node instance no longer use --all ( https://lab.nexedi.com/nexedi/slapos.core/merge_requests/278 ), some software release test revealed some problems with softwares, either missing promises or maybe something that needs to be handled in slapos.core.

Using --all was wrong and we want to stop doing this now. Instead of fixing these software now, we keep the old behavior of using --all only for the softwares with missing promises.

Edited by Jérome Perrin

Merge request reports