X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=packer%2Fprovision%2Fmininet-ovs-2.6.sh;h=5b599d39a4920c0e7776d896535fcb1230b653c7;hb=8c76f3dfcc549f8e959de1d3a52b3885d1cde4ce;hp=5e32c1179d9f1b16013a6bbb0bb9e1ec8f695bed;hpb=d5a795df5fc50c2b770ec47eeb30cc75a50e1c14;p=releng%2Fbuilder.git diff --git a/packer/provision/mininet-ovs-2.6.sh b/packer/provision/mininet-ovs-2.6.sh index 5e32c1179..5b599d39a 100644 --- a/packer/provision/mininet-ovs-2.6.sh +++ b/packer/provision/mininet-ovs-2.6.sh @@ -34,8 +34,11 @@ echo '---> Waiting 15 secs for services to start' sleep 15 ovs-vsctl --version ovs-vsctl show -ps -elf|grep ovs -ps -elf|grep vtep +# We want to see the entire ps output not just the pid +# shellcheck disable=SC2009 +ps -elf | grep ovs +# shellcheck disable=SC2009 +ps -elf | grep vtep echo '---> Finished installing OpenVSwitch 2.6.1' echo '---> Installing mininet'