From dcc8aa5063330133eae9c45ec6832536e98d1b8a Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Wed, 23 Aug 2023 13:57:47 +0530 Subject: [PATCH] Update usage example command --- docs/docker.md | 2 +- docs/kubevirt.md | 2 +- docs/podman.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docker.md b/docs/docker.md index 0ceedef299..e2a7b580d6 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -1,7 +1,7 @@ # Using docker containers Below you can see a scenario that is using docker containers as test hosts. -When you run `molecule test --scenario docker` the `create`, `converge` and +When you run `molecule test --scenario-name docker` the `create`, `converge` and `destroy` steps will be run one after another. This example is using Ansible playbooks and it does not need any molecule diff --git a/docs/kubevirt.md b/docs/kubevirt.md index b233677790..e14ac72ad7 100644 --- a/docs/kubevirt.md +++ b/docs/kubevirt.md @@ -1,7 +1,7 @@ # Using Kubevirt Below you can see a scenario that is using [Kubevirt VMs](https://kubevirt.io/user-guide/) as test hosts. For Ansible to connect with the SSH in the KubeVirt VMs, it will be made accessible through the Service NodePort. -When you run `molecule test --scenario kubevirt` the `create`, `converge` and +When you run `molecule test --scenario-name kubevirt` the `create`, `converge` and `destroy` steps will be run one after another. This example is using Ansible playbooks and it does not need any molecule diff --git a/docs/podman.md b/docs/podman.md index 3c28f93103..78ab2b2c2e 100644 --- a/docs/podman.md +++ b/docs/podman.md @@ -1,7 +1,7 @@ # Using podman containers Below you can see a scenario that is using podman containers as test hosts. -When you run `molecule test --scenario podman` the `create`, `converge` and +When you run `molecule test --scenario-name podman` the `create`, `converge` and `destroy` steps will be run one after another. This example is using Ansible playbooks and it does not need any molecule