From 189f27b7a90b6ddc74f1c3ede806e87d7548c539 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Tue, 6 Mar 2018 16:19:59 +0100 Subject: Separate valid docker tags for functest and yardstick Specifying separate valid docker tags for functest and yardstick for input validation. DOVETAIL-592 Change-Id: I3365cdbd9ab521bf1368750c3f34b6863b3f7ec8 Signed-off-by: Georg Kunz --- docs/testing/user/userguide/cli_reference.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/testing/user') diff --git a/docs/testing/user/userguide/cli_reference.rst b/docs/testing/user/userguide/cli_reference.rst index 35915bcc..39e72c93 100644 --- a/docs/testing/user/userguide/cli_reference.rst +++ b/docs/testing/user/userguide/cli_reference.rst @@ -71,13 +71,13 @@ Commands List | dovetail run --report | -r | Push results to local or official DB | | | | +------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+ -| dovetail run --yard_tag | -y | Specify yardstick's docker image tag, default is danube.3.2 | +| dovetail run --yardstick_tag | -y | Specify yardstick's docker image tag | | | | +------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+ -| dovetail run --func_tag | -f | Specify functest's docker image tag, default is cvp.0.5.0 | +| dovetail run --functest_tag | -f | Specify functest's docker image tag | | | | +------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+ -| dovetail run --bott_tag | -b | Specify bottlenecks' docker image tag, default is cvp.0.4.0 | +| dovetail run --bottlenecks_tag | -b | Specify bottlenecks' docker image tag | | | | +------------------------------------------------------------------------+---------------------------------------------------------------------------------------------------+ -- cgit 1.2.3-korg