Project

Profile

Help

Story #7259

Updated by mdepaulo@redhat.com over 3 years ago

The installer sub-team agreed that we will port these tests (meant for molecule and written in ruby) to ansible tasks: 
 https://github.com/pulp/pulp_installer/blob/master/molecule/scenario_resources/tests/test_default.rb 

 Presumably, there will be a new verification role at the end of the installer. 

 Upon further investigation: 
 1. The ansible URI and assert modules should probably be used. 
 2. Counting the redirects may not be possible with the ansible URI module. 
 3. This should be run on the webserver node, and querying against it. 
 4. Some tests like checking the services won't make since on the webserver node, since services pulpcore-api wouldn't run on a separate webserver. 
 5. We're going to need to add variables. The checking role will need to be aware of how many workers there are for example.

Back