beaker: parallel run of "on" function

33 views
Skip to first unread message

Artur Gadelshin

unread,
Jun 8, 2015, 5:42:18 PM6/8/15
to puppet...@googlegroups.com
Hello.
I've started to use beaker and was really surprised.
I have nodeset which contains 1 puppetmaster + puppetdb and 10 agents. I want to parallel run for tests like that

describe 'puppet run #1' do
    it 'should run without errors' do
        on agents, puppet("agent -t"), :acceptable_exit_codes => [0,1,2]
    end
end


Is there any option to do that? 
Reply all
Reply to author
Forward
0 new messages