Bug 807081

Summary: Improve current test automation
Product: [Community] PulpDist Reporter: Nick Coghlan <ncoghlan>
Component: z_otherAssignee: Nick Coghlan <ncoghlan>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: unspecified   
Target Milestone: future_maint   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-05-22 07:47:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Nick Coghlan 2012-03-27 00:00:31 UTC
The current run_tests.sh doesn't aggregate the test results properly - the results for the core tests, CLI tests and Web UI tests are all reported separately.

run_tests.sh should be replaced with a run_tests.py that correctly collects *all* the test results into one count of passed and failed tests, as well as more cleanly skipping the CLI tests if the local Pulp server is not running.

Comment 1 Nick Coghlan 2012-05-22 07:47:36 UTC
0.0.16 fixes the test discovery problem, along with a problem where some tests were leaving temporary directories lying around and rsync daemon processes active.