blob: 7666571a03b24fdb647db0117cd82c3f54001b7b [file] [log] [blame]
Petr Michalec8abadb12018-03-16 15:12:44 +01001
2describe command('salt-call pillar.items') do
3 its('exit_status') { should eq 0 }
4end
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