File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 4242if grep -q ' ID=.*fedora' /etc/os-release && [ " $PLAN " = " storage-basic" ]; then
4343 # required by TestStorageBtrfs*
4444 dnf install -y udisks2-btrfs
45- # required by TestStorageStratis
46- dnf install -y stratisd-tools
47- fi
48-
49- if grep -q ' ID=.*centos' /etc/os-release && grep -q ' VERSION_ID=.*10' /etc/os-release && [ " $PLAN " = " storage-basic" ]; then
50- # required by TestStorageStratis
51- dnf install -y stratisd-tools
5245fi
5346
5447# dnf installs "missing" weak dependencies, but we don't want them for plans other than "main"
Original file line number Diff line number Diff line change 4747 - nfs-utils
4848 - stratis-cli
4949 - stratisd
50+ - stratisd-tools
5051 - subscription-manager
5152 - targetcli
5253 - udisks2-lvm2
You can’t perform that action at this time.
0 commit comments