chef 11.10.0.rc.0 → 11.10.0.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +0 -75
- data/distro/common/html/_sources/ctl_chef_client.txt +36 -0
- data/distro/common/html/_sources/ctl_chef_server.txt +26 -0
- data/distro/common/html/_sources/ctl_chef_shell.txt +15 -0
- data/distro/common/html/_sources/ctl_chef_solo.txt +25 -0
- data/distro/common/html/_sources/index.txt +126 -0
- data/distro/common/html/_sources/knife.txt +74 -0
- data/distro/common/html/_sources/knife_bootstrap.txt +56 -0
- data/distro/common/html/_sources/knife_client.txt +151 -0
- data/distro/common/html/_sources/knife_common_options.txt +6 -0
- data/distro/common/html/_sources/knife_configure.txt +29 -0
- data/distro/common/html/_sources/knife_cookbook.txt +236 -0
- data/distro/common/html/_sources/knife_cookbook_site.txt +157 -0
- data/distro/common/html/_sources/knife_data_bag.txt +160 -0
- data/distro/common/html/_sources/knife_delete.txt +26 -0
- data/distro/common/html/_sources/knife_deps.txt +61 -0
- data/distro/common/html/_sources/knife_diff.txt +34 -0
- data/distro/common/html/_sources/knife_download.txt +44 -0
- data/distro/common/html/_sources/knife_edit.txt +26 -0
- data/distro/common/html/_sources/knife_environment.txt +158 -0
- data/distro/common/html/_sources/knife_exec.txt +47 -0
- data/distro/common/html/_sources/knife_index_rebuild.txt +21 -0
- data/distro/common/html/_sources/knife_list.txt +33 -0
- data/distro/common/html/_sources/knife_node.txt +250 -0
- data/distro/common/html/_sources/knife_raw.txt +35 -0
- data/distro/common/html/_sources/knife_recipe_list.txt +23 -0
- data/distro/common/html/_sources/knife_role.txt +157 -0
- data/distro/common/html/_sources/knife_search.txt +53 -0
- data/distro/common/html/_sources/knife_show.txt +27 -0
- data/distro/common/html/_sources/knife_ssh.txt +43 -0
- data/distro/common/html/_sources/knife_status.txt +37 -0
- data/distro/common/html/_sources/knife_tag.txt +69 -0
- data/distro/common/html/_sources/knife_upload.txt +49 -0
- data/distro/common/html/_sources/knife_user.txt +127 -0
- data/distro/common/html/_sources/knife_using.txt +43 -0
- data/distro/common/html/_sources/knife_xargs.txt +30 -0
- data/distro/common/html/_static/ajax-loader.gif +0 -0
- data/distro/common/html/_static/basic.css +540 -0
- data/distro/common/html/_static/chef.css +507 -0
- data/distro/common/html/_static/chef.ico +0 -0
- data/distro/common/html/_static/chef_html_logo.png +0 -0
- data/distro/common/html/_static/chef_logo.png +0 -0
- data/distro/common/html/_static/comment-bright.png +0 -0
- data/distro/common/html/_static/comment-close.png +0 -0
- data/distro/common/html/_static/comment.png +0 -0
- data/distro/common/html/_static/contents.png +0 -0
- data/distro/common/html/_static/doctools.js +247 -0
- data/distro/common/html/_static/down-pressed.png +0 -0
- data/distro/common/html/_static/down.png +0 -0
- data/distro/common/html/_static/file.png +0 -0
- data/distro/common/html/_static/guide.css +505 -0
- data/distro/common/html/_static/jquery.js +154 -0
- data/distro/common/html/_static/minus.png +0 -0
- data/distro/common/html/_static/navigation.png +0 -0
- data/distro/common/html/_static/plus.png +0 -0
- data/distro/common/html/_static/pygments.css +62 -0
- data/distro/common/html/_static/searchtools.js +560 -0
- data/distro/common/html/_static/underscore.js +23 -0
- data/distro/common/html/_static/up-pressed.png +0 -0
- data/distro/common/html/_static/up.png +0 -0
- data/distro/common/html/_static/websupport.js +808 -0
- data/distro/common/html/ctl_chef_client.html +219 -0
- data/distro/common/html/ctl_chef_server.html +111 -0
- data/distro/common/html/ctl_chef_shell.html +120 -0
- data/distro/common/html/ctl_chef_solo.html +144 -0
- data/distro/common/html/index.html +185 -0
- data/distro/common/html/knife.html +172 -0
- data/distro/common/html/knife_bootstrap.html +250 -0
- data/distro/common/html/knife_client.html +283 -0
- data/distro/common/html/knife_common_options.html +98 -0
- data/distro/common/html/knife_configure.html +107 -0
- data/distro/common/html/knife_cookbook.html +481 -0
- data/distro/common/html/knife_cookbook_site.html +372 -0
- data/distro/common/html/knife_data_bag.html +359 -0
- data/distro/common/html/knife_delete.html +95 -0
- data/distro/common/html/knife_deps.html +145 -0
- data/distro/common/html/knife_diff.html +125 -0
- data/distro/common/html/knife_download.html +147 -0
- data/distro/common/html/knife_edit.html +91 -0
- data/distro/common/html/knife_environment.html +328 -0
- data/distro/common/html/knife_exec.html +222 -0
- data/distro/common/html/knife_index_rebuild.html +85 -0
- data/distro/common/html/knife_list.html +116 -0
- data/distro/common/html/knife_node.html +450 -0
- data/distro/common/html/knife_raw.html +112 -0
- data/distro/common/html/knife_recipe_list.html +93 -0
- data/distro/common/html/knife_role.html +295 -0
- data/distro/common/html/knife_search.html +204 -0
- data/distro/common/html/knife_show.html +106 -0
- data/distro/common/html/knife_ssh.html +179 -0
- data/distro/common/html/knife_status.html +142 -0
- data/distro/common/html/knife_tag.html +140 -0
- data/distro/common/html/knife_upload.html +155 -0
- data/distro/common/html/knife_user.html +244 -0
- data/distro/common/html/knife_using.html +211 -0
- data/distro/common/html/knife_xargs.html +115 -0
- data/distro/common/html/objects.inv +0 -0
- data/distro/common/html/search.html +84 -0
- data/distro/common/html/searchindex.js +1 -0
- data/distro/common/man/man1/chef-shell.1 +5 -5
- data/distro/common/man/man1/knife-bootstrap.1 +6 -9
- data/distro/common/man/man1/knife-client.1 +1 -9
- data/distro/common/man/man1/knife-configure.1 +10 -6
- data/distro/common/man/man1/knife-cookbook-site.1 +1 -9
- data/distro/common/man/man1/knife-cookbook.1 +11 -21
- data/distro/common/man/man1/knife-data-bag.1 +8 -22
- data/distro/common/man/man1/knife-delete.1 +1 -1
- data/distro/common/man/man1/knife-deps.1 +4 -12
- data/distro/common/man/man1/knife-diff.1 +1 -1
- data/distro/common/man/man1/knife-download.1 +2 -2
- data/distro/common/man/man1/knife-edit.1 +1 -1
- data/distro/common/man/man1/knife-environment.1 +108 -9
- data/distro/common/man/man1/knife-exec.1 +1 -15
- data/distro/common/man/man1/knife-index-rebuild.1 +1 -1
- data/distro/common/man/man1/knife-list.1 +1 -1
- data/distro/common/man/man1/knife-node.1 +3 -13
- data/distro/common/man/man1/knife-raw.1 +1 -1
- data/distro/common/man/man1/knife-recipe-list.1 +1 -1
- data/distro/common/man/man1/knife-role.1 +2 -12
- data/distro/common/man/man1/knife-search.1 +5 -5
- data/distro/common/man/man1/knife-show.1 +1 -3
- data/distro/common/man/man1/knife-ssh.1 +1 -5
- data/distro/common/man/man1/knife-status.1 +1 -1
- data/distro/common/man/man1/knife-tag.1 +1 -9
- data/distro/common/man/man1/knife-upload.1 +7 -9
- data/distro/common/man/man1/knife-user.1 +3 -17
- data/distro/common/man/man1/knife-xargs.1 +1 -3
- data/distro/common/man/man8/chef-client.8 +18 -18
- data/distro/common/man/man8/chef-solo.8 +12 -6
- data/lib/chef/client.rb +9 -5
- data/lib/chef/cookbook_uploader.rb +1 -1
- data/lib/chef/dsl/recipe.rb +119 -38
- data/lib/chef/exceptions.rb +4 -0
- data/lib/chef/policy_builder/expand_node_object.rb +11 -4
- data/lib/chef/policy_builder/policyfile.rb +7 -1
- data/lib/chef/provider/file.rb +1 -0
- data/lib/chef/resource_platform_map.rb +1 -1
- data/lib/chef/resource_reporter.rb +2 -2
- data/lib/chef/version.rb +1 -1
- data/spec/functional/knife/cookbook_delete_spec.rb +9 -9
- data/spec/functional/knife/ssh_spec.rb +1 -1
- data/spec/functional/resource/link_spec.rb +6 -6
- data/spec/functional/resource/registry_spec.rb +7 -7
- data/spec/functional/run_lock_spec.rb +1 -1
- data/spec/integration/knife/download_spec.rb +1 -1
- data/spec/integration/solo/solo_spec.rb +1 -1
- data/spec/spec_helper.rb +0 -1
- data/spec/stress/win32/file_spec.rb +6 -0
- data/spec/support/lib/chef/resource/zen_master.rb +1 -1
- data/spec/support/mock/platform.rb +1 -1
- data/spec/support/shared/functional/file_resource.rb +0 -2
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/unit/api_error_inspector.rb +7 -7
- data/spec/support/shared/unit/provider/file.rb +47 -8
- data/spec/support/shared/unit/provider/useradd_based_user_provider.rb +23 -23
- data/spec/unit/api_client/registration_spec.rb +5 -5
- data/spec/unit/api_client_spec.rb +2 -2
- data/spec/unit/application/apply.rb +6 -6
- data/spec/unit/application/client_spec.rb +6 -6
- data/spec/unit/application/knife_spec.rb +5 -5
- data/spec/unit/application/solo_spec.rb +13 -13
- data/spec/unit/application_spec.rb +19 -19
- data/spec/unit/checksum/storage/filesystem_spec.rb +2 -2
- data/spec/unit/client_spec.rb +23 -23
- data/spec/unit/config_spec.rb +4 -4
- data/spec/unit/cookbook/metadata_spec.rb +22 -22
- data/spec/unit/cookbook/synchronizer_spec.rb +17 -17
- data/spec/unit/daemon_spec.rb +21 -22
- data/spec/unit/data_bag_item_spec.rb +8 -8
- data/spec/unit/data_bag_spec.rb +6 -6
- data/spec/unit/deprecation_spec.rb +1 -1
- data/spec/unit/dsl/data_query_spec.rb +1 -1
- data/spec/unit/environment_spec.rb +5 -5
- data/spec/unit/file_access_control_spec.rb +5 -5
- data/spec/unit/file_cache_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_unix_spec.rb +1 -1
- data/spec/unit/file_content_management/deploy/mv_windows_spec.rb +12 -12
- data/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_resolve_error_inspector_spec.rb +4 -4
- data/spec/unit/formatters/error_inspectors/cookbook_sync_error_inspector_spec.rb +1 -1
- data/spec/unit/formatters/error_inspectors/resource_failure_inspector_spec.rb +6 -6
- data/spec/unit/formatters/error_inspectors/run_list_expansion_error_inspector_spec.rb +4 -4
- data/spec/unit/handler/json_file_spec.rb +1 -1
- data/spec/unit/handler_spec.rb +3 -3
- data/spec/unit/knife/bootstrap_spec.rb +17 -17
- data/spec/unit/knife/client_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/client_create_spec.rb +7 -7
- data/spec/unit/knife/client_reregister_spec.rb +2 -2
- data/spec/unit/knife/client_show_spec.rb +1 -1
- data/spec/unit/knife/config_file_selection_spec.rb +4 -4
- data/spec/unit/knife/configure_client_spec.rb +4 -4
- data/spec/unit/knife/configure_spec.rb +16 -16
- data/spec/unit/knife/cookbook_bulk_delete_spec.rb +10 -10
- data/spec/unit/knife/cookbook_create_spec.rb +5 -5
- data/spec/unit/knife/cookbook_delete_spec.rb +6 -6
- data/spec/unit/knife/cookbook_download_spec.rb +10 -10
- data/spec/unit/knife/cookbook_list_spec.rb +3 -3
- data/spec/unit/knife/cookbook_metadata_from_file_spec.rb +2 -2
- data/spec/unit/knife/cookbook_metadata_spec.rb +8 -8
- data/spec/unit/knife/cookbook_show_spec.rb +4 -4
- data/spec/unit/knife/cookbook_site_download_spec.rb +3 -3
- data/spec/unit/knife/cookbook_site_install_spec.rb +8 -8
- data/spec/unit/knife/cookbook_site_share_spec.rb +22 -22
- data/spec/unit/knife/cookbook_site_unshare_spec.rb +8 -8
- data/spec/unit/knife/cookbook_test_spec.rb +7 -7
- data/spec/unit/knife/cookbook_upload_spec.rb +20 -20
- data/spec/unit/knife/core/cookbook_scm_repo_spec.rb +6 -6
- data/spec/unit/knife/core/object_loader_spec.rb +1 -1
- data/spec/unit/knife/core/ui_spec.rb +19 -21
- data/spec/unit/knife/data_bag_create_spec.rb +4 -4
- data/spec/unit/knife/data_bag_edit_spec.rb +7 -7
- data/spec/unit/knife/data_bag_from_file_spec.rb +15 -15
- data/spec/unit/knife/data_bag_show_spec.rb +5 -5
- data/spec/unit/knife/environment_create_spec.rb +6 -6
- data/spec/unit/knife/environment_delete_spec.rb +6 -6
- data/spec/unit/knife/environment_edit_spec.rb +5 -5
- data/spec/unit/knife/environment_from_file_spec.rb +7 -7
- data/spec/unit/knife/environment_list_spec.rb +4 -4
- data/spec/unit/knife/environment_show_spec.rb +4 -4
- data/spec/unit/knife/index_rebuild_spec.rb +2 -2
- data/spec/unit/knife/knife_help.rb +11 -11
- data/spec/unit/knife/node_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/node_delete_spec.rb +5 -5
- data/spec/unit/knife/node_edit_spec.rb +2 -2
- data/spec/unit/knife/node_from_file_spec.rb +5 -5
- data/spec/unit/knife/node_list_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_add_spec.rb +3 -3
- data/spec/unit/knife/node_run_list_remove_spec.rb +4 -4
- data/spec/unit/knife/node_run_list_set_spec.rb +5 -5
- data/spec/unit/knife/node_show_spec.rb +2 -2
- data/spec/unit/knife/role_bulk_delete_spec.rb +4 -4
- data/spec/unit/knife/role_create_spec.rb +5 -5
- data/spec/unit/knife/role_delete_spec.rb +5 -5
- data/spec/unit/knife/role_edit_spec.rb +5 -5
- data/spec/unit/knife/role_from_file_spec.rb +5 -5
- data/spec/unit/knife/role_list_spec.rb +2 -2
- data/spec/unit/knife/ssh_spec.rb +6 -6
- data/spec/unit/knife/status_spec.rb +4 -4
- data/spec/unit/knife/tag_create_spec.rb +3 -3
- data/spec/unit/knife/tag_delete_spec.rb +3 -3
- data/spec/unit/knife/tag_list_spec.rb +2 -2
- data/spec/unit/knife/user_create_spec.rb +7 -7
- data/spec/unit/knife/user_reregister_spec.rb +3 -3
- data/spec/unit/knife/user_show_spec.rb +1 -1
- data/spec/unit/knife_spec.rb +29 -29
- data/spec/unit/lwrp_spec.rb +2 -2
- data/spec/unit/mixin/checksum_spec.rb +2 -2
- data/spec/unit/mixin/command_spec.rb +1 -1
- data/spec/unit/mixin/enforce_ownership_and_permissions_spec.rb +4 -4
- data/spec/unit/mixin/params_validate_spec.rb +17 -17
- data/spec/unit/mixin/path_sanity_spec.rb +8 -8
- data/spec/unit/mixin/securable_spec.rb +87 -87
- data/spec/unit/mixin/shell_out_spec.rb +1 -1
- data/spec/unit/mixin/template_spec.rb +2 -2
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node_spec.rb +12 -12
- data/spec/unit/platform_spec.rb +1 -1
- data/spec/unit/policy_builder/expand_node_object_spec.rb +16 -0
- data/spec/unit/policy_builder/policyfile_spec.rb +4 -0
- data/spec/unit/provider/breakpoint_spec.rb +8 -8
- data/spec/unit/provider/cookbook_file/content_spec.rb +4 -4
- data/spec/unit/provider/cookbook_file_spec.rb +1 -1
- data/spec/unit/provider/cron/unix_spec.rb +11 -11
- data/spec/unit/provider/cron_spec.rb +40 -40
- data/spec/unit/provider/deploy/revision_spec.rb +11 -12
- data/spec/unit/provider/deploy/timestamped_spec.rb +3 -3
- data/spec/unit/provider/deploy_spec.rb +50 -50
- data/spec/unit/provider/directory_spec.rb +18 -18
- data/spec/unit/provider/env_spec.rb +15 -15
- data/spec/unit/provider/erl_call_spec.rb +1 -1
- data/spec/unit/provider/execute_spec.rb +5 -5
- data/spec/unit/provider/file/content_spec.rb +5 -5
- data/spec/unit/provider/file_spec.rb +1 -1
- data/spec/unit/provider/git_spec.rb +47 -47
- data/spec/unit/provider/group/dscl_spec.rb +16 -15
- data/spec/unit/provider/group/gpasswd_spec.rb +6 -5
- data/spec/unit/provider/group/groupadd_spec.rb +10 -10
- data/spec/unit/provider/group/groupmod_spec.rb +3 -3
- data/spec/unit/provider/group/pw_spec.rb +9 -8
- data/spec/unit/provider/group/usermod_spec.rb +13 -12
- data/spec/unit/provider/group/windows_spec.rb +9 -9
- data/spec/unit/provider/group_spec.rb +31 -31
- data/spec/unit/provider/http_request_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/aix_spec.rb +7 -7
- data/spec/unit/provider/ifconfig/debian_spec.rb +3 -3
- data/spec/unit/provider/ifconfig/redhat_spec.rb +5 -5
- data/spec/unit/provider/ifconfig_spec.rb +13 -13
- data/spec/unit/provider/link_spec.rb +33 -33
- data/spec/unit/provider/mdadm_spec.rb +4 -4
- data/spec/unit/provider/mount/aix_spec.rb +5 -5
- data/spec/unit/provider/mount/mount_spec.rb +49 -50
- data/spec/unit/provider/mount/windows_spec.rb +18 -18
- data/spec/unit/provider/mount_spec.rb +12 -12
- data/spec/unit/provider/ohai_spec.rb +6 -6
- data/spec/unit/provider/package/aix_spec.rb +14 -14
- data/spec/unit/provider/package/apt_spec.rb +10 -10
- data/spec/unit/provider/package/dpkg_spec.rb +13 -13
- data/spec/unit/provider/package/easy_install_spec.rb +6 -6
- data/spec/unit/provider/package/freebsd_spec.rb +29 -29
- data/spec/unit/provider/package/ips_spec.rb +4 -4
- data/spec/unit/provider/package/macports_spec.rb +6 -6
- data/spec/unit/provider/package/pacman_spec.rb +17 -17
- data/spec/unit/provider/package/portage_spec.rb +18 -18
- data/spec/unit/provider/package/rpm_spec.rb +7 -7
- data/spec/unit/provider/package/rubygems_spec.rb +31 -31
- data/spec/unit/provider/package/smartos_spec.rb +4 -4
- data/spec/unit/provider/package/solaris_spec.rb +15 -15
- data/spec/unit/provider/package/yum_spec.rb +100 -100
- data/spec/unit/provider/package/zypper_spec.rb +10 -10
- data/spec/unit/provider/package_spec.rb +21 -21
- data/spec/unit/provider/registry_key_spec.rb +2 -2
- data/spec/unit/provider/remote_file/content_spec.rb +31 -31
- data/spec/unit/provider/remote_file/fetcher_spec.rb +8 -8
- data/spec/unit/provider/remote_file/ftp_spec.rb +10 -10
- data/spec/unit/provider/remote_file/http_spec.rb +4 -4
- data/spec/unit/provider/remote_file/local_file_spec.rb +2 -2
- data/spec/unit/provider/remote_file_spec.rb +1 -1
- data/spec/unit/provider/route_spec.rb +23 -23
- data/spec/unit/provider/script_spec.rb +5 -5
- data/spec/unit/provider/service/arch_service_spec.rb +41 -41
- data/spec/unit/provider/service/debian_service_spec.rb +23 -23
- data/spec/unit/provider/service/freebsd_service_spec.rb +33 -33
- data/spec/unit/provider/service/gentoo_service_spec.rb +16 -16
- data/spec/unit/provider/service/init_service_spec.rb +13 -13
- data/spec/unit/provider/service/insserv_service_spec.rb +4 -4
- data/spec/unit/provider/service/invokercd_service_spec.rb +12 -12
- data/spec/unit/provider/service/macosx_spec.rb +20 -20
- data/spec/unit/provider/service/redhat_spec.rb +15 -15
- data/spec/unit/provider/service/simple_service_spec.rb +9 -9
- data/spec/unit/provider/service/solaris_smf_service_spec.rb +13 -13
- data/spec/unit/provider/service/systemd_service_spec.rb +28 -28
- data/spec/unit/provider/service/upstart_service_spec.rb +41 -41
- data/spec/unit/provider/service/windows_spec.rb +37 -37
- data/spec/unit/provider/service_spec.rb +9 -9
- data/spec/unit/provider/subversion_spec.rb +36 -36
- data/spec/unit/provider/template/content_spec.rb +8 -8
- data/spec/unit/provider/template_spec.rb +1 -1
- data/spec/unit/provider/user/dscl_spec.rb +9 -9
- data/spec/unit/provider/user/pw_spec.rb +20 -20
- data/spec/unit/provider/user/solaris_spec.rb +5 -5
- data/spec/unit/provider/user/windows_spec.rb +8 -8
- data/spec/unit/provider/user_spec.rb +34 -34
- data/spec/unit/provider_spec.rb +3 -3
- data/spec/unit/recipe_spec.rb +79 -4
- data/spec/unit/registry_helper_spec.rb +2 -2
- data/spec/unit/resource/cron_spec.rb +2 -2
- data/spec/unit/resource/directory_spec.rb +5 -5
- data/spec/unit/resource/env_spec.rb +2 -2
- data/spec/unit/resource/erl_call_spec.rb +1 -1
- data/spec/unit/resource/file_spec.rb +8 -8
- data/spec/unit/resource/group_spec.rb +3 -3
- data/spec/unit/resource/link_spec.rb +8 -8
- data/spec/unit/resource/mdadm_spec.rb +3 -3
- data/spec/unit/resource/mount_spec.rb +3 -3
- data/spec/unit/resource/route_spec.rb +2 -2
- data/spec/unit/resource/user_spec.rb +2 -2
- data/spec/unit/resource/yum_package_spec.rb +2 -2
- data/spec/unit/resource_collection_spec.rb +1 -1
- data/spec/unit/resource_definition_spec.rb +2 -2
- data/spec/unit/resource_reporter_spec.rb +71 -16
- data/spec/unit/resource_spec.rb +3 -3
- data/spec/unit/rest/auth_credentials_spec.rb +2 -2
- data/spec/unit/rest_spec.rb +3 -40
- data/spec/unit/run_list/run_list_expansion_spec.rb +3 -3
- data/spec/unit/run_list_spec.rb +9 -9
- data/spec/unit/run_status_spec.rb +1 -1
- data/spec/unit/runner_spec.rb +8 -8
- data/spec/unit/scan_access_control_spec.rb +3 -3
- data/spec/unit/search/query_spec.rb +7 -7
- data/spec/unit/shell/model_wrapper_spec.rb +2 -2
- data/spec/unit/shell/shell_ext_spec.rb +15 -15
- data/spec/unit/shell/shell_session_spec.rb +9 -9
- data/spec/unit/shell_spec.rb +1 -2
- data/spec/unit/user_spec.rb +4 -4
- data/spec/unit/util/backup_spec.rb +1 -1
- data/spec/unit/util/selinux_spec.rb +7 -7
- metadata +106 -51
- data/distro/common/html/chef-client.8.html +0 -145
- data/distro/common/html/chef-expander.8.html +0 -164
- data/distro/common/html/chef-expanderctl.8.html +0 -146
- data/distro/common/html/chef-server-webui.8.html +0 -185
- data/distro/common/html/chef-server.8.html +0 -182
- data/distro/common/html/chef-shell.1.html +0 -286
- data/distro/common/html/chef-solo.8.html +0 -185
- data/distro/common/html/chef-solr.8.html +0 -165
- data/distro/common/html/knife-bootstrap.1.html +0 -241
- data/distro/common/html/knife-client.1.html +0 -219
- data/distro/common/html/knife-configure.1.html +0 -170
- data/distro/common/html/knife-cookbook-site.1.html +0 -241
- data/distro/common/html/knife-cookbook.1.html +0 -381
- data/distro/common/html/knife-data-bag.1.html +0 -235
- data/distro/common/html/knife-environment.1.html +0 -265
- data/distro/common/html/knife-exec.1.html +0 -134
- data/distro/common/html/knife-index.1.html +0 -125
- data/distro/common/html/knife-node.1.html +0 -250
- data/distro/common/html/knife-role.1.html +0 -200
- data/distro/common/html/knife-search.1.html +0 -288
- data/distro/common/html/knife-ssh.1.html +0 -156
- data/distro/common/html/knife-status.1.html +0 -128
- data/distro/common/html/knife-tag.1.html +0 -137
- data/distro/common/html/knife.1.html +0 -315
@@ -66,7 +66,7 @@ describe Chef::RunList::RunListExpansion do
|
|
66
66
|
|
67
67
|
describe "after applying a role" do
|
68
68
|
before do
|
69
|
-
@expansion.stub
|
69
|
+
@expansion.stub(:fetch_role).and_return(Chef::Role.new)
|
70
70
|
@expansion.inflate_role('rage', "role[base]")
|
71
71
|
end
|
72
72
|
|
@@ -89,7 +89,7 @@ describe Chef::RunList::RunListExpansion do
|
|
89
89
|
@second_role.run_list('recipe[crabrevenge]')
|
90
90
|
@second_role.default_attributes({'foo' => 'boo'})
|
91
91
|
@second_role.override_attributes({'baz' => 'bux'})
|
92
|
-
@expansion.stub
|
92
|
+
@expansion.stub(:fetch_role).and_return(@first_role, @second_role)
|
93
93
|
@expansion.expand
|
94
94
|
end
|
95
95
|
|
@@ -111,7 +111,7 @@ describe Chef::RunList::RunListExpansion do
|
|
111
111
|
|
112
112
|
describe "after expanding a run list with a non existant role" do
|
113
113
|
before do
|
114
|
-
@expansion.stub
|
114
|
+
@expansion.stub(:fetch_role) { @expansion.role_not_found('crabrevenge', "role[base]") }
|
115
115
|
@expansion.expand
|
116
116
|
end
|
117
117
|
|
data/spec/unit/run_list_spec.rb
CHANGED
@@ -173,9 +173,9 @@ describe Chef::RunList do
|
|
173
173
|
@role.default_attributes :one => :two
|
174
174
|
@role.override_attributes :three => :four
|
175
175
|
|
176
|
-
Chef::Role.stub
|
177
|
-
@rest =
|
178
|
-
Chef::REST.stub
|
176
|
+
Chef::Role.stub(:load).and_return(@role)
|
177
|
+
@rest = double("Chef::REST", { :get_rest => @role, :url => "/" })
|
178
|
+
Chef::REST.stub(:new).and_return(@rest)
|
179
179
|
|
180
180
|
@run_list << "role[stubby]"
|
181
181
|
@run_list << "kitty"
|
@@ -188,7 +188,7 @@ describe Chef::RunList do
|
|
188
188
|
end
|
189
189
|
|
190
190
|
it "should log a helpful error if the role is not available" do
|
191
|
-
Chef::Role.stub
|
191
|
+
Chef::Role.stub(:from_disk).and_raise(Chef::Exceptions::RoleNotFound)
|
192
192
|
Chef::Log.should_receive(:error).with("Role stubby (included by 'top level') is in the runlist but does not exist. Skipping expand.")
|
193
193
|
@run_list.expand("_default", "disk")
|
194
194
|
end
|
@@ -218,7 +218,7 @@ describe Chef::RunList do
|
|
218
218
|
|
219
219
|
describe "and multiply nested roles" do
|
220
220
|
before do
|
221
|
-
@multiple_rest_requests =
|
221
|
+
@multiple_rest_requests = double("Chef::REST")
|
222
222
|
|
223
223
|
@role.env_run_list["production"] << "role[prod-base]"
|
224
224
|
|
@@ -233,7 +233,7 @@ describe Chef::RunList do
|
|
233
233
|
end
|
234
234
|
|
235
235
|
it "expands the run list using the specified environment for all nested roles" do
|
236
|
-
Chef::REST.stub
|
236
|
+
Chef::REST.stub(:new).and_return(@multiple_rest_requests)
|
237
237
|
@multiple_rest_requests.should_receive(:get_rest).with("roles/stubby").and_return(@role)
|
238
238
|
@multiple_rest_requests.should_receive(:get_rest).with("roles/prod-base").and_return(@role_prod_base)
|
239
239
|
@multiple_rest_requests.should_receive(:get_rest).with("roles/nested-deeper").and_return(@role_nested_deeper)
|
@@ -270,8 +270,8 @@ describe Chef::RunList do
|
|
270
270
|
dog.default_attributes :seven => :nine
|
271
271
|
dog.run_list "three"
|
272
272
|
@role.run_list << "role[dog]"
|
273
|
-
Chef::Role.stub
|
274
|
-
Chef::Role.stub
|
273
|
+
Chef::Role.stub(:from_disk).with("stubby").and_return(@role)
|
274
|
+
Chef::Role.stub(:from_disk).with("dog").and_return(dog)
|
275
275
|
|
276
276
|
expansion = @run_list.expand("_default", 'disk')
|
277
277
|
expansion.recipes[2].should == "three"
|
@@ -284,7 +284,7 @@ describe Chef::RunList do
|
|
284
284
|
dog.default_attributes :seven => :nine
|
285
285
|
dog.run_list "role[dog]", "three"
|
286
286
|
@role.run_list << "role[dog]"
|
287
|
-
Chef::Role.stub
|
287
|
+
Chef::Role.stub(:from_disk).with("stubby").and_return(@role)
|
288
288
|
Chef::Role.should_receive(:from_disk).with("dog").once.and_return(dog)
|
289
289
|
|
290
290
|
expansion = @run_list.expand("_default", 'disk')
|
@@ -55,7 +55,7 @@ describe Chef::RunStatus do
|
|
55
55
|
before do
|
56
56
|
@start_time = Time.new
|
57
57
|
@end_time = @start_time + 23
|
58
|
-
Time.stub
|
58
|
+
Time.stub(:now).and_return(@start_time, @end_time)
|
59
59
|
@run_status.start_clock
|
60
60
|
@run_status.stop_clock
|
61
61
|
end
|
data/spec/unit/runner_spec.rb
CHANGED
@@ -125,24 +125,24 @@ describe Chef::Runner do
|
|
125
125
|
|
126
126
|
it "should raise exceptions as thrown by a provider" do
|
127
127
|
provider = Chef::Provider::SnakeOil.new(@run_context.resource_collection[0], @run_context)
|
128
|
-
Chef::Provider::SnakeOil.stub
|
129
|
-
provider.stub
|
128
|
+
Chef::Provider::SnakeOil.stub(:new).once.and_return(provider)
|
129
|
+
provider.stub(:action_sell).once.and_raise(ArgumentError)
|
130
130
|
lambda { @runner.converge }.should raise_error(ArgumentError)
|
131
131
|
end
|
132
132
|
|
133
133
|
it "should not raise exceptions thrown by providers if the resource has ignore_failure set to true" do
|
134
|
-
@run_context.resource_collection[0].stub
|
134
|
+
@run_context.resource_collection[0].stub(:ignore_failure).and_return(true)
|
135
135
|
provider = Chef::Provider::SnakeOil.new(@run_context.resource_collection[0], @run_context)
|
136
|
-
Chef::Provider::SnakeOil.stub
|
137
|
-
provider.stub
|
138
|
-
lambda { @runner.converge }.should_not raise_error
|
136
|
+
Chef::Provider::SnakeOil.stub(:new).once.and_return(provider)
|
137
|
+
provider.stub(:action_sell).once.and_raise(ArgumentError)
|
138
|
+
lambda { @runner.converge }.should_not raise_error
|
139
139
|
end
|
140
140
|
|
141
141
|
it "should retry with the specified delay if retries are specified" do
|
142
142
|
@first_resource.retries 3
|
143
143
|
provider = Chef::Provider::SnakeOil.new(@run_context.resource_collection[0], @run_context)
|
144
|
-
Chef::Provider::SnakeOil.stub
|
145
|
-
provider.stub
|
144
|
+
Chef::Provider::SnakeOil.stub(:new).once.and_return(provider)
|
145
|
+
provider.stub(:action_sell).and_raise(ArgumentError)
|
146
146
|
@first_resource.should_receive(:sleep).with(2).exactly(3).times
|
147
147
|
lambda { @runner.converge }.should raise_error(ArgumentError)
|
148
148
|
end
|
@@ -49,7 +49,7 @@ describe Chef::ScanAccessControl do
|
|
49
49
|
describe "when the fs entity exists" do
|
50
50
|
|
51
51
|
before do
|
52
|
-
@stat =
|
52
|
+
@stat = double("File::Stat for #{@new_resource.path}", :uid => 0, :gid => 0, :mode => 00100644)
|
53
53
|
File.should_receive(:realpath).with(@new_resource.path).and_return(@real_file)
|
54
54
|
File.should_receive(:stat).with(@real_file).and_return(@stat)
|
55
55
|
File.should_receive(:exist?).with(@new_resource.path).and_return(true)
|
@@ -128,7 +128,7 @@ describe Chef::ScanAccessControl do
|
|
128
128
|
end
|
129
129
|
|
130
130
|
it "sets the owner of current_resource to the username of the current owner" do
|
131
|
-
@root_passwd =
|
131
|
+
@root_passwd = double("Struct::Passwd for uid 0", :name => "root")
|
132
132
|
Etc.should_receive(:getpwuid).with(0).and_return(@root_passwd)
|
133
133
|
@scanner.set_all!
|
134
134
|
|
@@ -163,7 +163,7 @@ describe Chef::ScanAccessControl do
|
|
163
163
|
end
|
164
164
|
|
165
165
|
it "sets the group of the current resource to the group name" do
|
166
|
-
@group_entry =
|
166
|
+
@group_entry = double("Struct::Group for wheel", :name => "wheel")
|
167
167
|
Etc.should_receive(:getgrgid).with(0).and_return(@group_entry)
|
168
168
|
@scanner.set_all!
|
169
169
|
|
@@ -21,8 +21,8 @@ require 'chef/search/query'
|
|
21
21
|
|
22
22
|
describe Chef::Search::Query do
|
23
23
|
before(:each) do
|
24
|
-
@rest =
|
25
|
-
Chef::REST.stub
|
24
|
+
@rest = double("Chef::REST")
|
25
|
+
Chef::REST.stub(:new).and_return(@rest)
|
26
26
|
@query = Chef::Search::Query.new
|
27
27
|
end
|
28
28
|
|
@@ -38,12 +38,12 @@ describe Chef::Search::Query do
|
|
38
38
|
"start" => 0,
|
39
39
|
"total" => 4
|
40
40
|
}
|
41
|
-
@rest.stub
|
41
|
+
@rest.stub(:get_rest).and_return(@response)
|
42
42
|
end
|
43
43
|
|
44
44
|
it "should accept a type as the first argument" do
|
45
|
-
lambda { @query.search("foo") }.should_not raise_error
|
46
|
-
lambda { @query.search(:foo) }.should_not raise_error
|
45
|
+
lambda { @query.search("foo") }.should_not raise_error
|
46
|
+
lambda { @query.search(:foo) }.should_not raise_error
|
47
47
|
lambda { @query.search(Hash.new) }.should raise_error(ArgumentError)
|
48
48
|
end
|
49
49
|
|
@@ -85,13 +85,13 @@ describe Chef::Search::Query do
|
|
85
85
|
end
|
86
86
|
|
87
87
|
it "should call a block for each object in the response" do
|
88
|
-
@call_me =
|
88
|
+
@call_me = double("blocky")
|
89
89
|
@response["rows"].each { |r| @call_me.should_receive(:do).with(r) }
|
90
90
|
@query.search(:foo) { |r| @call_me.do(r) }
|
91
91
|
end
|
92
92
|
|
93
93
|
it "should page through the responses" do
|
94
|
-
@call_me =
|
94
|
+
@call_me = double("blocky")
|
95
95
|
@response["rows"].each { |r| @call_me.should_receive(:do).with(r) }
|
96
96
|
@query.search(:foo, "*:*", nil, 0, 1) { |r| @call_me.do(r) }
|
97
97
|
end
|
@@ -71,8 +71,8 @@ describe Shell::ModelWrapper do
|
|
71
71
|
@wrapper = Shell::ModelWrapper.new(Chef::Node)
|
72
72
|
|
73
73
|
# Creating a Chef::Search::Query object tries to read the private key...
|
74
|
-
@searcher =
|
75
|
-
Chef::Search::Query.stub
|
74
|
+
@searcher = double("Chef::Search::Query #{__FILE__}:#{__LINE__}")
|
75
|
+
Chef::Search::Query.stub(:new).and_return(@searcher)
|
76
76
|
end
|
77
77
|
|
78
78
|
it "falls back to listing the objects when the 'query' is :all" do
|
@@ -23,21 +23,21 @@ describe Shell::Extensions do
|
|
23
23
|
|
24
24
|
before do
|
25
25
|
@shell_client = TestableShellSession.instance
|
26
|
-
Shell.stub
|
26
|
+
Shell.stub(:session).and_return(@shell_client)
|
27
27
|
@job_manager = TestJobManager.new
|
28
28
|
@root_context = Object.new
|
29
29
|
@root_context.instance_eval(&ObjectTestHarness)
|
30
30
|
Shell::Extensions.extend_context_object(@root_context)
|
31
|
-
@root_context.conf =
|
31
|
+
@root_context.conf = double("irbconf")
|
32
32
|
end
|
33
33
|
|
34
34
|
it "finds a subsession in irb for an object" do
|
35
35
|
target_context_obj = Chef::Node.new
|
36
36
|
|
37
|
-
irb_context =
|
38
|
-
irb_session =
|
37
|
+
irb_context = double("context", :main => target_context_obj)
|
38
|
+
irb_session = double("irb session", :context => irb_context)
|
39
39
|
@job_manager.jobs = [[:thread, irb_session]]
|
40
|
-
@root_context.stub
|
40
|
+
@root_context.stub(:jobs).and_return(@job_manager)
|
41
41
|
@root_context.ensure_session_select_defined
|
42
42
|
@root_context.jobs.select_shell_session(target_context_obj).should == irb_session
|
43
43
|
@root_context.jobs.select_shell_session(:idontexist).should be_nil
|
@@ -45,8 +45,8 @@ describe Shell::Extensions do
|
|
45
45
|
|
46
46
|
it "finds, then switches to a session" do
|
47
47
|
@job_manager.jobs = []
|
48
|
-
@root_context.stub
|
49
|
-
@root_context.stub
|
48
|
+
@root_context.stub(:ensure_session_select_defined)
|
49
|
+
@root_context.stub(:jobs).and_return(@job_manager)
|
50
50
|
@job_manager.should_receive(:select_shell_session).and_return(:the_shell_session)
|
51
51
|
@job_manager.should_receive(:switch).with(:the_shell_session)
|
52
52
|
@root_context.find_or_create_session_for(:foo)
|
@@ -54,8 +54,8 @@ describe Shell::Extensions do
|
|
54
54
|
|
55
55
|
it "creates a new session if an existing one isn't found" do
|
56
56
|
@job_manager.jobs = []
|
57
|
-
@root_context.stub
|
58
|
-
@job_manager.stub
|
57
|
+
@root_context.stub(:jobs).and_return(@job_manager)
|
58
|
+
@job_manager.stub(:select_shell_session).and_return(nil)
|
59
59
|
@root_context.should_receive(:irb).with(:foo)
|
60
60
|
@root_context.find_or_create_session_for(:foo)
|
61
61
|
end
|
@@ -81,18 +81,18 @@ describe Shell::Extensions do
|
|
81
81
|
it "turns irb tracing on and off" do
|
82
82
|
@root_context.should respond_to(:trace)
|
83
83
|
@root_context.conf.should_receive(:use_tracer=).with(true)
|
84
|
-
@root_context.stub
|
84
|
+
@root_context.stub(:tracing?)
|
85
85
|
@root_context.tracing :on
|
86
86
|
end
|
87
87
|
|
88
88
|
it "says if tracing is on or off" do
|
89
|
-
@root_context.conf.stub
|
89
|
+
@root_context.conf.stub(:use_tracer).and_return(true)
|
90
90
|
@root_context.should_receive(:puts).with("tracing is on")
|
91
91
|
@root_context.tracing?
|
92
92
|
end
|
93
93
|
|
94
94
|
it "prints node attributes" do
|
95
|
-
node =
|
95
|
+
node = double("node", :attribute => {:foo => :bar})
|
96
96
|
@shell_client.node = node
|
97
97
|
@root_context.should_receive(:pp).with({:foo => :bar})
|
98
98
|
@root_context.ohai
|
@@ -111,14 +111,14 @@ describe Shell::Extensions do
|
|
111
111
|
end
|
112
112
|
|
113
113
|
it "says if echo is on or off" do
|
114
|
-
@root_context.conf.stub
|
114
|
+
@root_context.conf.stub(:echo).and_return(true)
|
115
115
|
@root_context.should_receive(:puts).with("echo is on")
|
116
116
|
@root_context.echo?
|
117
117
|
end
|
118
118
|
|
119
119
|
it "gives access to the stepable iterator" do
|
120
|
-
Shell::StandAloneSession.instance.stub
|
121
|
-
Shell.session.stub
|
120
|
+
Shell::StandAloneSession.instance.stub(:reset!)
|
121
|
+
Shell.session.stub(:rebuild_context)
|
122
122
|
events = Chef::EventDispatch::Dispatcher.new
|
123
123
|
run_context = Chef::RunContext.new(Chef::Node.new, {}, events)
|
124
124
|
run_context.resource_collection.instance_variable_set(:@iterator, :the_iterator)
|
@@ -52,7 +52,7 @@ describe Shell::ClientSession do
|
|
52
52
|
@session = Shell::ClientSession.instance
|
53
53
|
@node = Chef::Node.build("foo")
|
54
54
|
@session.node = @node
|
55
|
-
@session.instance_variable_set(:@client,
|
55
|
+
@session.instance_variable_set(:@client, double(:sync_cookbooks => {}))
|
56
56
|
@expansion = Chef::RunList::RunListExpansion.new(@node.chef_environment, [])
|
57
57
|
|
58
58
|
@node.run_list.should_receive(:expand).with(@node.chef_environment).and_return(@expansion)
|
@@ -87,9 +87,9 @@ describe Shell::StandAloneSession do
|
|
87
87
|
end
|
88
88
|
|
89
89
|
it "runs chef with the standalone recipe" do
|
90
|
-
@session.stub
|
91
|
-
Chef::Log.stub
|
92
|
-
chef_runner =
|
90
|
+
@session.stub(:node_built?).and_return(true)
|
91
|
+
Chef::Log.stub(:level)
|
92
|
+
chef_runner = double("Chef::Runner.new", :converge => :converged)
|
93
93
|
# pre-heat resource collection cache
|
94
94
|
@session.resource_collection
|
95
95
|
|
@@ -116,7 +116,7 @@ describe Shell::SoloSession do
|
|
116
116
|
end
|
117
117
|
|
118
118
|
it "returns a collection based on it's compilation object and the extra recipe provided by chef-shell" do
|
119
|
-
@session.stub
|
119
|
+
@session.stub(:node_built?).and_return(true)
|
120
120
|
kitteh = Chef::Resource::Cat.new("keyboard")
|
121
121
|
@recipe.run_context.resource_collection << kitteh
|
122
122
|
@session.resource_collection.should include(kitteh)
|
@@ -133,7 +133,7 @@ describe Shell::SoloSession do
|
|
133
133
|
end
|
134
134
|
|
135
135
|
it "generates its resource collection from the compiled cookbooks and the ad hoc recipe" do
|
136
|
-
@session.stub
|
136
|
+
@session.stub(:node_built?).and_return(true)
|
137
137
|
kitteh_cat = Chef::Resource::Cat.new("kitteh")
|
138
138
|
@run_context.resource_collection << kitteh_cat
|
139
139
|
keyboard_cat = Chef::Resource::Cat.new("keyboard_cat")
|
@@ -143,9 +143,9 @@ describe Shell::SoloSession do
|
|
143
143
|
end
|
144
144
|
|
145
145
|
it "runs chef with a resource collection from the compiled cookbooks" do
|
146
|
-
@session.stub
|
147
|
-
Chef::Log.stub
|
148
|
-
chef_runner =
|
146
|
+
@session.stub(:node_built?).and_return(true)
|
147
|
+
Chef::Log.stub(:level)
|
148
|
+
chef_runner = double("Chef::Runner.new", :converge => :converged)
|
149
149
|
Chef::Runner.should_receive(:new).with(an_instance_of(Chef::RunContext)).and_return(chef_runner)
|
150
150
|
|
151
151
|
@recipe.run_chef.should == :converged
|
data/spec/unit/shell_spec.rb
CHANGED
data/spec/unit/user_spec.rb
CHANGED
@@ -196,8 +196,8 @@ describe Chef::User do
|
|
196
196
|
before (:each) do
|
197
197
|
@user = Chef::User.new
|
198
198
|
@user.name "foobar"
|
199
|
-
@http_client =
|
200
|
-
Chef::REST.stub
|
199
|
+
@http_client = double("Chef::REST mock")
|
200
|
+
Chef::REST.stub(:new).and_return(@http_client)
|
201
201
|
end
|
202
202
|
|
203
203
|
describe "list" do
|
@@ -208,12 +208,12 @@ describe Chef::User do
|
|
208
208
|
end
|
209
209
|
|
210
210
|
it "lists all clients on an OSC server" do
|
211
|
-
@http_client.stub
|
211
|
+
@http_client.stub(:get_rest).with("users").and_return(@osc_response)
|
212
212
|
Chef::User.list.should == @osc_response
|
213
213
|
end
|
214
214
|
|
215
215
|
it "lists all clients on an OHC/OPC server" do
|
216
|
-
@http_client.stub
|
216
|
+
@http_client.stub(:get_rest).with("users").and_return(@ohc_response)
|
217
217
|
# We expect that Chef::User.list will give a consistent response
|
218
218
|
# so OHC API responses should be transformed to OSC-style output.
|
219
219
|
Chef::User.list.should == @osc_response
|
@@ -27,7 +27,7 @@ describe Chef::Util::Backup do
|
|
27
27
|
end
|
28
28
|
|
29
29
|
before(:each) do
|
30
|
-
@new_resource =
|
30
|
+
@new_resource = double("new_resource")
|
31
31
|
@new_resource.should_receive(:path).at_least(:once).and_return(tempfile.path)
|
32
32
|
@backup = Chef::Util::Backup.new(@new_resource)
|
33
33
|
end
|
@@ -53,7 +53,7 @@ describe Chef::Util::Selinux do
|
|
53
53
|
describe "when selinuxenabled binary exists" do
|
54
54
|
before do
|
55
55
|
@selinux_enabled_path = File.join("/sbin", "selinuxenabled")
|
56
|
-
File.stub
|
56
|
+
File.stub(:executable?) do |file_path|
|
57
57
|
file_path.end_with?("selinuxenabled").should be_true
|
58
58
|
file_path == @selinux_enabled_path
|
59
59
|
end
|
@@ -61,7 +61,7 @@ describe Chef::Util::Selinux do
|
|
61
61
|
|
62
62
|
describe "when selinux is enabled" do
|
63
63
|
before do
|
64
|
-
cmd_result =
|
64
|
+
cmd_result = double("Cmd Result", :exitstatus => 0)
|
65
65
|
@test_instance.should_receive(:shell_out!).once.with(@selinux_enabled_path, {:returns=>[0, 1]}).and_return(cmd_result)
|
66
66
|
end
|
67
67
|
|
@@ -74,7 +74,7 @@ describe Chef::Util::Selinux do
|
|
74
74
|
|
75
75
|
describe "when selinux is disabled" do
|
76
76
|
before do
|
77
|
-
cmd_result =
|
77
|
+
cmd_result = double("Cmd Result", :exitstatus => 1)
|
78
78
|
@test_instance.should_receive(:shell_out!).once.with(@selinux_enabled_path, {:returns=>[0, 1]}).and_return(cmd_result)
|
79
79
|
end
|
80
80
|
|
@@ -87,7 +87,7 @@ describe Chef::Util::Selinux do
|
|
87
87
|
|
88
88
|
describe "when selinux gives an unexpected status" do
|
89
89
|
before do
|
90
|
-
cmd_result =
|
90
|
+
cmd_result = double("Cmd Result", :exitstatus => 101)
|
91
91
|
@test_instance.should_receive(:shell_out!).once.with(@selinux_enabled_path, {:returns=>[0, 1]}).and_return(cmd_result)
|
92
92
|
end
|
93
93
|
|
@@ -99,7 +99,7 @@ describe Chef::Util::Selinux do
|
|
99
99
|
|
100
100
|
describe "when selinuxenabled binary doesn't exist" do
|
101
101
|
before do
|
102
|
-
File.stub
|
102
|
+
File.stub(:executable?) do |file_path|
|
103
103
|
file_path.end_with?("selinuxenabled").should be_true
|
104
104
|
false
|
105
105
|
end
|
@@ -118,7 +118,7 @@ describe Chef::Util::Selinux do
|
|
118
118
|
|
119
119
|
before do
|
120
120
|
@restorecon_enabled_path = File.join("/sbin", "restorecon")
|
121
|
-
File.stub
|
121
|
+
File.stub(:executable?) do |file_path|
|
122
122
|
file_path.end_with?("restorecon").should be_true
|
123
123
|
file_path == @restorecon_enabled_path
|
124
124
|
end
|
@@ -150,7 +150,7 @@ describe Chef::Util::Selinux do
|
|
150
150
|
|
151
151
|
describe "when restorecon doesn't exist on the system" do
|
152
152
|
before do
|
153
|
-
File.stub
|
153
|
+
File.stub(:executable?) do |file_path|
|
154
154
|
file_path.end_with?("restorecon").should be_true
|
155
155
|
false
|
156
156
|
end
|