Otherwise, because it's placed in ubuntu.yml, it resets
packages_to_remove list defined in apt_systems.yml to just
openmpi-common and commit
701d3594d220 ("testnode: remove tgt")
doesn't take effect.
While at it, fix a typo in the comment -- it's mpich.
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
packages_to_remove:
# multipath interferes with krbd tests
- multipath-tools
+ # openmpi-common conflicts with mpich stuff
+ - openmpi-common
# tgt interferes with ceph-iscsi tests
- tgt
no_recommended_packages:
- collectl
-
-packages_to_remove:
- # openmpi-common conflicts with mpitch stuff
- - openmpi-common