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
This commit is contained in:
parent
fa9f933231
commit
1db9ced215
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user