Merge "Revert "Remove br-tun check from beaker""

This commit is contained in:
Zuul 2020-01-20 20:36:30 +00:00 committed by Gerrit Code Review
commit 0c2dc49654

View File

@ -28,8 +28,7 @@ describe 'basic neutron' do
it 'should list OVS bridges' do
shell("ovs-vsctl show") do |r|
expect(r.stdout).to match(/br-int/)
# TODO(aschultz): renable this after timeout is sorted
#expect(r.stdout).to match(/br-tun/)
expect(r.stdout).to match(/br-tun/)
end
end
end