Make dut_setup.sh verbose; add sleep after vpp restart. 14/814/5
authorStefan Kobza <skobza@cisco.com>
Tue, 19 Apr 2016 12:37:20 +0000 (14:37 +0200)
committerStefan Kobza <skobza@cisco.com>
Tue, 19 Apr 2016 16:00:17 +0000 (16:00 +0000)
commit8e37725ead0a812ae4474ffba4ef120fd5ca9662
treea654eb75eb87c7ea9b892cc716db612924a4188d
parentc1bdb7115f12e7d4ec586ec0673fd19dce3a2414
Make dut_setup.sh verbose; add sleep after vpp restart.

 - there's a race condition between VPP service restart and vpp_api_test
 execution; this patch addresses it with (for now) sleep after service
 vpp restart
 - above is just a workaround until VPP provides us with a notification
 of readiness..

Change-Id: I1f92c1d86e4f90c9432ea57c1747629f619f003e
Signed-off-by: Stefan Kobza <skobza@cisco.com>
resources/libraries/bash/dut_setup.sh