Bug 707781

Summary: Use the bundled augeas in the unit tests
Product: [Other] RHQ Project Reporter: Lukas Krejci <lkrejci>
Component: TestsAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: medium    
Version: 4.1CC: hrupp
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-05-30 08:17:11 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:
Bug Depends On:    
Bug Blocks: 707968    

Description Lukas Krejci 2011-05-25 22:25:53 UTC
Currently, we use the system version of the augeas library when running our unit tests. While this should work we might be hit by regressions and/or incompatible changes as time and version numbers progress.

We should be using the augeas version we are bundling for all our augeas related code including the unit tests.

Comment 1 Lukas Krejci 2011-05-27 16:08:08 UTC
commit 60c0b9212c29997c9590717871282f9b94df866a
Author: Lukas Krejci <lkrejci>
Date:   Fri May 27 18:07:00 2011 +0200

    BZ 707781 - use the bundled augeas in the unit tests that require it.