Skip to content

Commit

Permalink
Fix integration tests for new release
Browse files Browse the repository at this point in the history
Signed-off-by: Dieter Reuter <[email protected]>
  • Loading branch information
DieterReuter committed Jul 14, 2019
1 parent da1878d commit 1d8d14f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@
it { should be_owned_by 'root' }
end

describe file('/boot/COPYING.linux') do
it { should be_file }
it { should be_mode 755 }
it { should be_owned_by 'root' }
end

describe file('/boot/LICENCE.broadcom') do
it { should be_file }
it { should be_mode 755 }
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
its(:content) { should match /root=\/dev\/mmcblk0p2/ }
its(:content) { should match /rootfstype=ext4/ }
its(:content) { should match /cgroup_enable=cpuset/ }
its(:content) { should match /cgroup_memory=1/ }
its(:content) { should match /cgroup_enable=memory/ }
its(:content) { should match /swapaccount=1/ }
its(:content) { should match /elevator=deadline/ }
its(:content) { should match /fsck.repair=yes/ }
Expand Down

0 comments on commit 1d8d14f

Please sign in to comment.