Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #183 from hypriot/fix-integration-tests
Browse files Browse the repository at this point in the history
Fix integration tests for new versions
  • Loading branch information
DieterReuter authored Sep 23, 2017
2 parents 80ab34d + 8cd8d1f commit 8f77f38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

describe command('ethtool -i wlan0') do
its(:stdout) { should contain /driver: brcmfmac/ }
its(:stdout) { should contain /version: 7.45.41.26/ }
its(:stdout) { should contain /firmware-version: 01-df77e4a7/ }
its(:stdout) { should contain /version: 7.45.41.46/ }
its(:stdout) { should contain /firmware-version: 01-f8a78378/ }
end
end
end
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
it { should be_mode 755 }
it { should be_owned_by 'root' }
its(:content) { should match /console=tty1/ }
its(:content) { should match /console=ttyAMA0,115200/ }
its(:content) { should match /console=serial0,115200/ }
its(:content) { should match /kgdboc=ttyAMA0,115200/ }
end
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
end

describe command('docker-compose --version') do
its(:stdout) { should match /1.14.0/m }
its(:stdout) { should match /1.16.1/m }
its(:exit_status) { should eq 0 }
end

0 comments on commit 8f77f38

Please sign in to comment.