vlib: add 'wait' cli command 04/23004/10
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sun, 27 Oct 2019 02:25:49 +0000 (22:25 -0400)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 27 Nov 2019 17:00:12 +0000 (17:00 +0000)
commitbfd7d294d06e22f7bf809e8ac26220ebf51db683
tree25d5796ce49f9047cee821d8b98307b909979815
parent1a7ed5e3e62dfe77832022a46ee32d744a347ac5
vlib: add 'wait' cli command

When running exec scripts, there can be a need to wait between statements.

Type: feature

Change-Id: I2a45b390697e09fc222358c9354f28e3368a06ba
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vlib/unix/cli.c
test/framework.py
test/test_cli.py