mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
tests: Replaced hardcoded certutil with imported from paths
Reviewed-By: David Kupka <dkupka@redhat.com>
This commit is contained in:
parent
bb4205b582
commit
dbf0d141c5
@ -285,7 +285,7 @@ class CALessBase(IntegrationTest):
|
||||
@classmethod
|
||||
def get_pem(cls, nickname):
|
||||
result = ipautil.run(
|
||||
['certutil', '-L', '-d', 'nssdb', '-n', nickname, '-a'],
|
||||
[paths.CERTUTIL, '-L', '-d', 'nssdb', '-n', nickname, '-a'],
|
||||
cwd=cls.cert_dir, capture_output=True)
|
||||
return result.output
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user