Bug 1124664

Summary: [RFE][sahara]: [EDP] Refactor the job manager unit tests around job engines
Product: Red Hat OpenStack Reporter: RHOS Integration <rhos-integ>
Component: RFEsAssignee: RHOS Maint <rhos-maint>
Status: CLOSED UPSTREAM QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: markmc, yeylon
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
URL: https://blueprints.launchpad.net/sahara/+spec/edp-test-job-manager-refactor
Whiteboard: upstream_milestone_none upstream_definition_new upstream_status_unknown
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-03-19 17:00:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description RHOS Integration 2014-07-30 04:01:31 UTC
Cloned from launchpad blueprint https://blueprints.launchpad.net/sahara/+spec/edp-test-job-manager-refactor.

Description:

The job manager has been refactored to support multiple EDP engines (the newest of which is the Spark engine)

The job manager unit tests should be refactored as follows

* subdirectory for each EDP engine type (spark subdir added as part of the Spark EDP change request)
* job manager common utils at the top level

This essentially involves moving the unit tests for the Oozie implementation into a subdirectory, extracting Oozie-specific tests from the current test_job_manager.py and leaving only tests common to all engines at the top level

(spec in progress)

Specification URL (additional information):

None