#87 standard-test-rhts - exits with success even though some test cases exit with None status.
Closed: SOLVED Opened by bgoncalv.

tested using nfs-utils project (https://upstreamfirst.fedorainfracloud.org/nfs-utils)

cat /tmp/artifacts/test.log 
None exportfs
None export-mount-local
None mount
None nfs-mount-options-all
None systemd-nfs
PASS umount

Please close as not a bug in standard-test-roles. This is actually casued by a bug in the kernel/base library:
https://pagure.io/beakerlib-libraries/issue/2

Metadata Update from @bgoncalv:
- Issue status updated to: Closed (was: Open)

Actually the issue is still valid, the test role should not return PASS if restraint returns None for a test case as this can hide some error.

Metadata Update from @bgoncalv:
- Issue status updated to: Open (was: Closed)

Proposal for fix: https://pagure.io/standard-test-roles/pull-request/128

Metadata Update from @astepano:
- Issue assigned to astepano

fixed in #128

Metadata Update from @astepano:
- Issue close_status updated to: SOLVED

Metadata