fix references to nvr library

This commit is contained in:
Karel Srot 2021-04-23 09:24:55 +02:00
commit 414c9349b6
2 changed files with 2 additions and 4 deletions

View file

@ -8,9 +8,7 @@ component:
test: ./runtest.sh
framework: beakerlib
require:
- library(distribution/nvr)
#- url: https://github.com/beakerlib/nvr.git
# name: /nvr
- library(nvr/nvr)
- url: https://src.fedoraproject.org/tests/opencryptoki.git
name: /Library/token-manipulation
recommend:

View file

@ -41,7 +41,7 @@ rlIsRHEL '<7' && LOCKDIR=/var/lock
rlJournalStart
rlPhaseStartSetup
rlAssertRpm $PACKAGE
rlRun "rlImport nvr" || rlDie "cannot import nvr library"
rlRun "rlImport nvr/nvr" || rlDie "cannot import nvr library"
rlRun "rlImport opencryptoki/token-manipulation" 2> import.log || rlDie "Could not import opencryptoki/token-manipulation library"
# need library path so we can import it as a test user
LIBPATH=`grep 'Will try to import opencryptoki\/token-manipulation from' import.log | sed 's/^.*token-manipulation from//'`