From 82f408f3f2e4eb6dfc09e9db1498d2595c8f70fd Mon Sep 17 00:00:00 2001 From: danielsdeleo Date: Thu, 14 Jan 2016 10:28:57 -0800 Subject: Explain why omnibus/authz/authN/validation checks are skipped --- spec/run_oc_pedant.rb | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/spec/run_oc_pedant.rb b/spec/run_oc_pedant.rb index ab99cc8..b3288ce 100644 --- a/spec/run_oc_pedant.rb +++ b/spec/run_oc_pedant.rb @@ -98,13 +98,23 @@ begin '--skip-keys', '--skip-controls', '--skip-acl', + '--skip-usags', + '--exclude-internal-orgs', + '--skip-headers', + + # Chef Zero does not intend to support validation the way erchef does. '--skip-validation', + + # Chef Zero does not intend to support authentication the way erchef does. '--skip-authentication', + + # Chef Zero does not intend to support authorization the way erchef does. '--skip-authorization', + + # Omnibus tests depend on erchef features that are specific to erchef and + # bundled in the omnibus package. Currently the only test in this category + # is for the search reindexing script. '--skip-omnibus', - '--skip-usags', - '--exclude-internal-orgs', - '--skip-headers', # Chef 12 features not yet 100% supported by Chef Zero '--skip-containers', -- cgit v1.2.1