Match the cause message in the prereqs(), for containers check with
other test cases. This helps the automated scripts to check/match
for the right errors.
Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
(cherry picked from commit
bb8ab50f2ab16d2808c3ba0bf6f20303f382b930)
# This causes issues with the error handling of this test
if not config.args.container:
result = consts.TEST_SKIPPED
- cause = "This test cannot be run outside of a container"
+ cause = 'This test must be run within a container'
return result, cause
return result, cause