Please review pull request #489: Feature/2.7.x/5454 pluginsync features autosign opened by (cprice-puppet)

Description:

We are removing "autosign" from the list of default arguments for
the with_master_running_on method in the acceptance test framework.
Thus, this test now needs to specify that argument explicitly.

  • Opened: Fri Feb 10 22:53:54 UTC 2012
  • Based on: puppetlabs:2.7.x (5fa80eac95a753edeae4738ee97207b37aece13a)
  • Requested merge: cprice-puppet:feature/2.7.x/5454-pluginsync-features-autosign (0eab68225817f7ac53c1c23e3f42c78ae76d7225)

Diff follows:

diff --git a/acceptance/tests/pluginsync/feature/pluginsync_should_sync_features.rb b/acceptance/tests/pluginsync/feature/pluginsync_should_sync_features.rb
index 869c1cc..e480393 100644
--- a/acceptance/tests/pluginsync/feature/pluginsync_should_sync_features.rb
+++ b/acceptance/tests/pluginsync/feature/pluginsync_should_sync_features.rb
@@ -214,7 +214,8 @@ def insync?(is)
 
     with_master_running_on(master,
                "--manifest=\"#{get_test_file_path(master, master_manifest_file)}\" " +
-               "--modulepath=\"#{get_test_file_path(master, master_module_dir)}\" --pluginsync") do
+               "--modulepath=\"#{get_test_file_path(master, master_module_dir)}\" " +
+               "--autosign true --pluginsync") do
 
       # the module files shouldn't exist on the agent yet because they haven't been synced
       step "verify that the module files don't exist on the agent path" do

    

--
You received this message because you are subscribed to the Google Groups "Puppet Developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.

Reply via email to