Skip to content

Commit

Permalink
Merge 988d940 into b7c33ee
Browse files Browse the repository at this point in the history
  • Loading branch information
LuvCurves committed Feb 3, 2016
2 parents b7c33ee + 988d940 commit 29676b5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acceptance/setup/aio/pre-suite/010_Install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
# make sure install is sane, beaker has already added puppet and ruby
# to PATH in ~/.ssh/environment
agents.each do |agent|
if agent['platform'] =~ /cisco-5/
on agent, "sudo chmod +x /etc/profile.d/puppet-agent.sh"
end
on agent, puppet('--version')
ruby = Puppet::Acceptance::CommandUtils.ruby_command(agent)
on agent, "#{ruby} --version"
Expand Down
1 change: 1 addition & 0 deletions acceptance/tests/options/custom_facts.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_name "custom fact commandline options (--no-custom-facts and --custom-dir)"
confine :except, :platform => 'cisco-5'

require 'puppet/acceptance/common_utils'
extend Puppet::Acceptance::CommandUtils
Expand Down
2 changes: 2 additions & 0 deletions acceptance/tests/ticket_1123_facter_with_invalid_locale.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
test_name 'ticket 1123 facter should not crash with invalid locale setting'
confine :except, :platform => 'windows'
confine :except, :platform => 'cisco-5'

agents.each do |host|
step 'set an invalid value for locale and run facter'
result = on host, 'LANG=ABCD facter facterversion'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_name "#7039: Facter having issue handling multiple facts in a single file"
confine :except, :platform => 'cisco-5'

fact_file= %q{
Facter.add(:test_fact1) do
Expand Down

0 comments on commit 29676b5

Please sign in to comment.