Changeset - 399cdf3467f6
[Not reviewed]
0 1 0
Branko Majic (branko) - 6 years ago 2017-11-25 23:40:11
branko@majic.rs
MAR-128: Fixed the numbering in instructions for porting of tests.
1 file changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/development.rst
Show inline comments
 
@@ -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::
 

	
0 comments (0 inline, 0 general)