Bug 1316878

Summary: StandardConfigsXMLValidationUnitTestCase fails with patched EAP
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Peter Mackay <pmackay>
Component: TestsuiteAssignee: Ivo Studensky <istudens>
Status: CLOSED NOTABUG QA Contact: Peter Mackay <pmackay>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.7CC: cdewolf, istudens, jason.greene, mkopecky, ozizka
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: 2016-08-30 08:55:52 UTC 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 Peter Mackay 2016-03-11 11:39:09 UTC
Description of problem:
StandardConfigsXMLValidationUnitTestCase fails when run with patched EAP 6.4.7.CP.CR2. 

Following tests are affected:
- testHostMaster
- testStandalone
- testHost
- testStandaloneHA
- testHostSlave
- testStandaloneFull
- testDomain

The failures are caused by the addition of jboss-as-config_1_8.xsd. The provided configuration files are still using the older 1_7 version and the tests don't take this possibility into account. This only occurs when running the tests with a patched EAP as the patch can't modify configuration files.


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

How reproducible:
always

Steps to Reproduce:
1. run the testsuite using a patched EAP with -Djboss.dist


Actual results:
Fails of StandardConfigsXMLValidationUnitTestCase

Expected results:
No fails.

Additional info: