Update tests_accounting

Added condition
This commit is contained in:
Michael Boelen 2021-04-15 08:34:56 +02:00 committed by GitHub
parent 7b632bdbfa
commit 95d2ae0dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -421,7 +421,7 @@
# Test : ACCT-9670
# Description : Check cmd status
if [ -n "${CMDBINARY}" ]; then PREQS_MET="YES"; else PREQS_MET="NO"; fi
Register --test-no ACCT-9670 --os Linux --weight L --network NO --category security --description "Check for cmd"
Register --test-no ACCT-9670 --os Linux --preqs-met ${PREQS_MET} --weight L --network NO --category security --description "Check for cmd"
if [ ${SKIPTEST} -eq 0 ]; then
LogText "Test: Check cmd status"
if IsRunning "cmd_daemon"; then