X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=utils%2Fci%2Fcheck_manual_usage_example.sh;fp=utils%2Fci%2Fcheck_manual_usage_example.sh;h=c6b7c136279de221815660b7832128d568b7ca80;hb=b6a2aeed522ef0378661d570570efa0e4b546de1;hp=56edf795a603b31de03fdc0b480e18fb62d7e149;hpb=75591cdb5cd977a4a77e5028020ace01239284ba;p=osm%2Fvim-emu.git diff --git a/utils/ci/check_manual_usage_example.sh b/utils/ci/check_manual_usage_example.sh index 56edf79..c6b7c13 100755 --- a/utils/ci/check_manual_usage_example.sh +++ b/utils/ci/check_manual_usage_example.sh @@ -75,12 +75,12 @@ sync # avoid text overlapping Cmd 'sh sync' Cmd 'sh echo "... starting various checks"' sync # avoid text overlapping -Cmd 'vnf1 ifconfig && sync && echo -e "\n... checked vnf1"' +Cmd 'vnf1 ifconfig && sync && echo -e "\\n... checked vnf1"' W "^... checked vnf1" -Cmd 'vnf2 ifconfig && sync && echo -e "\n... checked vnf2"' +Cmd 'vnf2 ifconfig && sync && echo -e "\\n... checked vnf2"' W "^... checked vnf2" # Try to ping vnfs -Cmd 'vnf1 ping -c 2 vnf2 && sync && echo -e "\n... checked ping"' +Cmd 'vnf1 ping -c 2 vnf2 && sync && echo -e "\\n... checked ping"' W "^... checked ping" 20s Cmd 'quit' # Wait for sonemu to end