Skip to content

Commit 2e2aaf4

Browse files
committed
[DO NOT MERGE] Temporary hack to run attribute assignment test
Signed-off-by: Vit Mojzis <vmojzis@redhat.com>
1 parent d9ed29d commit 2e2aaf4

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tmt/tests.fmf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
exit 1
2525
;;
2626
esac
27-
27+
dnf copr enable -y vmojzis/userspace_test
28+
dnf install -y checkpolicy
29+
dnf list --showduplicates checkpolicy
30+
dnf update -y checkpolicy
31+
rpm -qa checkpolicy
2832
case "$STS_KERNEL" in
2933
default|'')
3034
dnf install -y kernel-modules-$(uname -r) kernel-devel-$(uname -r)

0 commit comments

Comments
 (0)