[Docs] use dokken scenario instead of multi

Change-Id: Ib72bbf59fcef0438add8d5c5cbfceb8de490b04a
This commit is contained in:
Samuel Cassiba 2018-08-10 08:18:11 -07:00
parent 76dad6fa04
commit bcc6765e64
1 changed files with 2 additions and 2 deletions

View File

@ -93,10 +93,10 @@ use of different services or test new cookbooks.
To use a different driver for Test Kitchen, such as for a multi-node
development environment, pass the ``KITCHEN_YAML`` environment variable as an
additional option to the ``kitchen`` command. For example, if you want to
deploy a multi-node development environment, instead of an AIO, then execute:
deploy a containerized development environment, instead of an AIO, then execute:
.. code-block:: shell-session
# KITCHEN_YAML=.kitchen.multi.yml kitchen converge [7|1604|all]
# KITCHEN_YAML=.kitchen.dokken.yml kitchen verify [7|1804|all]