Bug 1031677

Summary: [Package] Python package is broken due to the incomplete setup.py
Product: [Other] TCMS Reporter: cqi
Component: DistributionAssignee: Atrain <anuagarw>
Status: NEW --- QA Contact: Nobody <nobody>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: DevelCC: cqi, jcai, junzhang, ryang, xkuang, yuwang
Target Milestone: ---Keywords: Improvement
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description cqi 2013-11-18 14:22:08 UTC
Description of problem:
Data files, configuration files, and media files cannot be installed in the normal Python package installation process by easy_install or pip. 

TCMS is distributed as a Python package. However, incomplete setup.py will cause a broken installation, that all necessary files mentioned above cannot be installed into proper place.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:
All kinds of files should be installed into proper place. For example,
- httpd configuration should be in /etc/httpd/conf.d/nitrate.conf
- media files are installed into /usr/share/<nitrate-direcotry>/
- documentation are installed into /usr/share/doc/<nitrate-directory>

Additional info: