Previously the test assertion was using internal details for how we detect an unmasked path using dd, which made it hard to understand failures. Now the endpoint (which is only used for acceptance tests) will output if the path is not masked properly, giving a more human readable string.
Previously the test assertion was using internal details for how we detect an unmasked path using
dd
, which made it hard to understand failures. Now the endpoint (which is only used for acceptance tests) will output if the path is not masked properly, giving a more human readable string.Signed-off-by: Brian Upton bupton@vmware.com