Skip to content

Commit 22b778c

Browse files
jellymartinpitt
authored andcommitted
test: generalise stratisd-tools install for RHEL
Install stratisd-tools on CentOS / RHEL and Fedora.
1 parent f509b90 commit 22b778c

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

test/browser/browser.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,6 @@ fi
4242
if 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
5245
fi
5346

5447
# dnf installs "missing" weak dependencies, but we don't want them for plans other than "main"

test/browser/main.fmf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
- nfs-utils
4848
- stratis-cli
4949
- stratisd
50+
- stratisd-tools
5051
- subscription-manager
5152
- targetcli
5253
- udisks2-lvm2

0 commit comments

Comments
 (0)