use url to opencryptoli library in the end

This commit is contained in:
Karel Srot 2021-02-01 13:58:41 +01:00
commit d9102b28ad
6 changed files with 11 additions and 6 deletions

View file

@ -4,6 +4,9 @@ contact: Karel Srot <ksrot@redhat.com>
component: []
test: ./runtest.sh
framework: beakerlib
require:
- url: https://src.fedoraproject.org/tests/opencryptoki.git
name: /Library/token-manipulation
recommend:
- opencryptoki
- opencryptoki-swtok

View file

@ -34,7 +34,7 @@ PHASE=${PHASE:-Test}
rlJournalStart
rlPhaseStartSetup
rlRun "rlImport ./token-manipulation"
rlRun "rlImport opencryptoki/token-manipulation"
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"
rlRun "pushd $TmpDir"
rlPhaseEnd