From 1db9ced215936742c501ff83e863b30983fb2a68 Mon Sep 17 00:00:00 2001 From: Li Ma Date: Sat, 29 Nov 2014 22:33:43 -0800 Subject: [PATCH] Fix functional test doc The commands to run functional test referred in the doc are not correct. Change "rally deployment create --from-env" to "rally deployment create --fromenv" to make it work. Change-Id: Ibf77ad12d3f4f5416c640cd5096593e931d67a50 --- tests/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.rst b/tests/README.rst index 28ce1b6d..10df04c0 100644 --- a/tests/README.rst +++ b/tests/README.rst @@ -54,7 +54,7 @@ Fuctional tests use Rally API only and check responses without touching internal To run functional tests locally:: $ source openrc - $ rally deployment create --from-env --name testing + $ rally deployment create --fromenv --name testing $ tox -e cli #NOTE: openrc file with OpenStack admin credentials