#5 Backport library(kernel/fs)
Opened by astepano. Modified

Kernel tests requires:

    @echo "RhtsRequires:     library(kernel/base)" >> $(METADATA)
    @echo "RhtsRequires:     library(kernel/fs)" >> $(METADATA)

We currently provide library(kernel/base)

Also we need to backport library(kernel/fs)


Which test requires kernel/fs library?

tests/kernel/tree/filesystems/nfs/function/nfslock/locktest

@jheger Hey Jakub, will you have time for this or should we take over?

@mvadkert AFAIK it is still not confirmed whether it is actually needed, the test doesn't directly use functions from the library (that I could see). It wouldn't be easy lib to port, so I wanted to wait for confirmation that it is actually needed.

interesting, will investigate

It is used in Makefile like: https://upstreamfirst.fedorainfracloud.org/nfs-utils/blob/master/f/export-mount-local/Makefile#_72

Or this needs to be fixed: https://pagure.io/standard-test-roles/blob/master/f/roles/standard-test-beakerlib/files/resolve-test-dependencies#_118

Log in to comment on this ticket.

Metadata