From 399cdf3467f631070f69c13cb0688320ab8cbb7e 2017-11-25 23:40:11 From: Branko Majic Date: 2017-11-25 23:40:11 Subject: [PATCH] MAR-128: Fixed the numbering in instructions for porting of tests. --- diff --git a/docs/development.rst b/docs/development.rst index db7e70af288cb0c4d7266c36802774d388febab1..93f5f4846f0301987adb0a6d56a2ba437528aa5d 100644 --- a/docs/development.rst +++ b/docs/development.rst @@ -341,19 +341,19 @@ For each role perform the following steps: local = host.get_host("local://") - 1. Run linting checks, fixing any ensuing issues along the way:: + 2. Run linting checks, fixing any ensuing issues along the way:: molecule lint - 2. Bring-up the machines, fixing any ensuing issues along the way:: + 3. Bring-up the machines, fixing any ensuing issues along the way:: molecule converge - 3. Run idempotency test, fixing any ensuing issues along the way:: + 4. Run idempotency test, fixing any ensuing issues along the way:: molecule idempotence - 4. Figure out how to fix IP parametrisation of IPs in case of + 5. Figure out how to fix IP parametrisation of IPs in case of multiple (old) platforms, e.g. when having same machines with multiple debian versions. Good way to identify such tests::