Petr Michalec | 8abadb1 | 2018-03-16 15:12:44 +0100 | [diff] [blame] | 1 | |
2 | describe command('salt-call pillar.items') do | ||||
3 | its('exit_status') { should eq 0 } | ||||
4 | end | ||||
5 | |||||
6 | # to enforce full highstate | ||||
7 | # once switched fully to new reclass | ||||
8 | #describe command('salt-call state.apply') do | ||||
9 | #its('exit_status') { should eq 0 } | ||||
10 | ##its('stdout') { should match (/Failed: 0/) } | ||||
11 | #end |