Skip to content

Commit

Permalink
(CAT-1333) - Update litmus docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbreen28 committed Sep 5, 2023
1 parent fdfdf55 commit aa91562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/md/content/usage/testing/running-acceptance-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The process involves these steps:

1. Clone the MoTD module from GitHub.
1. Provision a CentOS Docker image.
1. Install a Puppet 6 agent on the CentOS image.
1. Install Puppet agent on the CentOS image.
1. Install the MoTD module on the CentOS image.
1. Run the MoTD acceptance tests.
1. Remove the Docker image.
Expand All @@ -21,7 +21,7 @@ Ensure you have installed the following:

* [Docker](https://runnable.com/docker/getting-started/).
* To check whether you already have Docker, run `docker --version` from the command line.
* To check Docker is working, run `docker run centos:7 ls` in your terminal. You should see a list of folders in the CentOS image.
* To check Docker is working, run `docker run litmusimage/centos:stream9 ls` in your terminal. You should see a list of folders in the CentOS image.
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
* To check where you already have git, run `git --version` in your terminal.
* [Puppet Development Kit (PDK)](https://puppet.com/docs/pdk/3.x/pdk_install.html).
Expand Down

0 comments on commit aa91562

Please sign in to comment.