summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielsdeleo <dan@chef.io>2016-01-14 10:28:57 -0800
committerdanielsdeleo <dan@chef.io>2016-01-14 10:28:57 -0800
commit82f408f3f2e4eb6dfc09e9db1498d2595c8f70fd (patch)
tree3809259864d8f4a9162f4d119328c2b9d98b7d7e
parentcf1bd23d5853bf71c8ff256a12b90beba556e1e9 (diff)
downloadchef-zero-explain-why-no-omnibus.tar.gz
Explain why omnibus/authz/authN/validation checks are skippedexplain-why-no-omnibus
-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',