Misguided input validation. A better error comes
from the run_xfstests() method later anyway.
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
)
xfstests_branch = properties.get('xfstests_branch', 'master')
- assert 'xfstests_url' in properties or 'xfstests_branch' in properties, \
- "xfstests_url or xfstests_branch must be specified"
xfstests_url = properties.get('xfstests_url', 'https://raw.github.com/ceph/ceph/{branch}/qa'.format(branch=xfstests_branch))
xfstests_config[role] = dict(