Add the port check for breaker

Change-Id: I470d1a76302b1695184e263539261a50a7273097
This commit is contained in:
ZhongShengping
2016-12-23 09:44:24 +08:00
parent a62bf731fa
commit 48deeb189e

View File

@@ -86,6 +86,10 @@ describe 'basic neutron' do
apply_manifest(pp, :catch_changes => true)
end
describe port(9696) do
it { is_expected.to be_listening }
end
describe 'test Neutron OVS agent bridges' do
it 'should list OVS bridges' do
shell("ovs-vsctl show") do |r|