summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-01-14 10:28:57 -0800
committerdanielsdeleo <dan@chef.io>2016-01-14 16:32:52 -0800
commitd8cf09d55ed2fcc78089c544482d1a8eebbc11cb (patch)
treeaa3646ea0a5ecfe9d0f63a4f3760dcc223508387
parentefdbc2e9e0cd98113fd448bb345f308ca9530df4 (diff)
downloadchef-zero-d8cf09d55ed2fcc78089c544482d1a8eebbc11cb.tar.gz
Explain why omnibus/authz/authN/validation checks are skipped
-rw-r--r--spec/run_oc_pedant.rb16
1 files 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',