Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 1382273

Browse files
Adding more container debugging.... why is it failing only in Travis CI?
Change-Id: I2075148fea2aa129d05df99263834345bd29b967
1 parent 8550901 commit 1382273

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

‎spec/localhost/python_simplehttpserver_spec.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,14 @@ def image
8787
Specinfra::Runner.send_file(File.join(File.dirname(__FILE__), '..', 'fixtures', 'helloworld.txt'), '/var/www/')
8888
end
8989

90+
describe command("ps auxww") do
91+
its(:stdout) { should match /just testing... debug processes/ }
92+
end
93+
94+
describe command("netstat -tunl") do
95+
its(:stdout) { should match /just testing... debug network/ }
96+
end
97+
9098
describe file('/var/www/helloworld.txt') do
9199
it { should be_file }
92100
end

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /