Page MenuHomePhabricator
Paste P14509

(An Untitled Masterwork)
ActivePublic

Authored by jbond on Feb 26 2021, 2:11 PM.
Tags
None
Referenced Files
F34123740: raw-paste-data.txt
Feb 26 2021, 2:13 PM
F34123739: raw-paste-data.txt
Feb 26 2021, 2:13 PM
F34123738: raw-paste-data.txt
Feb 26 2021, 2:11 PM
Subscribers
None
require_relative '../../../../rake_modules/spec_helper'
describe $full_name_of_profile do
on_supported_os(WMFConfig.test_on).each do |os, facts|
context "on #{os}" do
let(:facts) { facts }
# The following line may not be needed
# It will depend if there are any mandatory paramteres
# in hieradata/role/*
let(:node_params) {{ '_role' => $some_role_that_uses_this_profile }} # This is required to pick up the correct set or hiera values
it { is_expected.to compile.with_all_deps }
end
end
end

Event Timeline

jbond edited the content of this paste. (Show Details)