add python3 and python3-psutil into makefile
Resolves: rhbz#1990392
This commit is contained in:
parent
d32a01afd5
commit
f0aba117d7
@ -27,7 +27,7 @@ $(METADATA): Makefile
|
||||
@echo "Type: Sanity" >> $(METADATA)
|
||||
@echo "TestTime: 5m" >> $(METADATA)
|
||||
@echo "RunFor: freeradius" >> $(METADATA)
|
||||
@echo "Requires: freeradius" >> $(METADATA)
|
||||
@echo "Requires: freeradius freeradius-utils python3 python3-psutil" >> $(METADATA)
|
||||
@echo "Priority: Normal" >> $(METADATA)
|
||||
@echo "License: GPLv2" >> $(METADATA)
|
||||
@echo "Confidential: no" >> $(METADATA)
|
||||
|
@ -48,8 +48,6 @@ rlJournalStart
|
||||
rlRun "cp clients.conf $RADIUS_CLIENT_CONF"
|
||||
rlRun "cp authorize $RADIUD_PALIN_TEXT_AUTH_FILE"
|
||||
rlRun "systemctl daemon-reload"
|
||||
#psutil module is missing
|
||||
pip3 install psutil
|
||||
#manually generate default certificates
|
||||
generate_cert
|
||||
rlPhaseEnd
|
||||
|
Loading…
Reference in New Issue
Block a user