On 04/13/2011 07:39 AM, Fabian Arrotin wrote:
On 04/13/2011 07:38 AM, Athmane Madjoudj wrote:
Hi,
Thanks a lot for your submissions, i'll integrate them in the scripts repository. One simple remark : we launch the tests on a minimal setup (from a minimal ks) so the first thing to do in the script itself is to install the required package, verify that it installs correctly and then test the feature that you want to test.
I'm working on redesign quickly something that can be used for the 6.0 tests (now that 5.6 is out of the door)
Currently, I'm using an small install script, before running the test-script, this will remove some redundancy in test-scripts for the same service example:
0_install_dovecot.sh
------------------------- #!/bin/sh yum -y install dovecot chkconfig dovecot on service dovecot start -------------------------