Skip to content

tests: check more combination of resources

Pino Toscano requested to merge pinotree/osinfo-db:test-resources-checks into main

The relation between the resources is:

minimum <= recommended <= network-install <= maximum

Since all of them are optional, then we need to check all the six combinations of them; hence, add the two missing combinations that were not already tested:

  • minimum <= maximum
  • minimum <= network-install

There are no problems in the current OSes shown by these extra checks.

Merge request reports