File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ gem "puppetlabs_spec_helper",
2121 git : 'https://github.com/puppetlabs/puppetlabs_spec_helper.git' ,
2222 ref : '96a633ebf1a1e88062bf726d4271a3251baf082e'
2323
24+ gem "puppet-resource_api" ,
25+ git : 'https://github.com/DavidS/puppet-resource_api.git' ,
26+ ref : 'pup-9747-bolt-attribute-filtering'
27+
28+
2429group ( :test ) do
2530 gem "beaker-hostgenerator"
2631 gem "gettext-setup" , '~> 0.28' , require : false
Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ def agent_version_inventory
6868 end
6969
7070 it 'runs a plan that collects facts' do
71- pending "puppet-resource_api 1.8.3 has incorrect validation that causes these tests to fail"
7271 with_tempfile_containing ( 'inventory' , YAML . dump ( device_inventory ) , '.yaml' ) do |inv |
7372 results = run_cli_json ( %W[ plan run device_test::facts --nodes device_targets
7473 --modulepath #{ modulepath } --inventoryfile #{ inv . path } ] )
@@ -82,7 +81,6 @@ def agent_version_inventory
8281 end
8382
8483 it 'runs a plan that applies resources' do
85- pending "puppet-resource_api 1.8.3 has incorrect validation that causes these tests to fail"
8684 with_tempfile_containing ( 'inventory' , YAML . dump ( device_inventory ) , '.yaml' ) do |inv |
8785 results = run_cli_json ( %W[ plan run device_test::set_a_val
8886 --nodes device_targets
You can’t perform that action at this time.
0 commit comments