[jbossws-issues] [JBoss JIRA] (JBWS-3681) Add to testsuite profiles allowing to exclude tests requiring Bouncy Castle JCE provider or unlimited strength cryptography installed

Petr Sakař (JIRA) jira-events at lists.jboss.org
Tue Aug 13 05:08:26 EDT 2013


Petr Sakař created JBWS-3681:
--------------------------------

             Summary: Add to testsuite profiles allowing to exclude tests requiring Bouncy Castle JCE provider or unlimited strength cryptography installed
                 Key: JBWS-3681
                 URL: https://issues.jboss.org/browse/JBWS-3681
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf
    Affects Versions: jbossws-cxf-4.2.1
            Reporter: Petr Sakař
            Priority: Optional
         Attachments: patch_jbossws_4.1.3_trunk_add_profiles_to_exclude_tests_related_to_JCE_Provider_BC_and_strong_cryptography.txt

Following tests require to pass java with installed BouncyCastle JCE Provider:
modules/testsuite/cxf-tests
 org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples22xTestCase.test221
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples22xTestCase.test222
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples22xTestCase.test223
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples22xTestCase.test224
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples23xTestCase.test2314
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples23xTestCase.test2315
org.jboss.test.ws.jaxws.samples.wsse.policy.oasis.WSSecurityPolicyExamples23xTestCase.test2324
org.jboss.test.ws.jaxws.samples.wsse.policy.trust.WSTrustTestCase.test
org.jboss.test.ws.jaxws.samples.wsse.policy.trust.WSTrustTestCase.testUsingEPR 
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testClientSide
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testClientSideUsingConfigProperties
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testServerSideUsingConfigProperties 


Following tests require to pass java with installed strong cryptography policy files:
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testClientSide
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testClientSideUsingConfigProperties
org.jboss.test.ws.jaxws.samples.wsse.policy.basic.SignEncryptGCMTestCase.testServerSideUsingConfigProperties 

 
The profile exclude-integration-tests-BC-related and exclude-integration-tests-unlimited-strength-related allow to exclude these tests, so the testsuite can be successfully run without these tests. 
The profiles are by default switched off.
To switch on profile use command line property -Dexclude-integration-tests-BC-related and -Dexclude-integration-tests-unlimited-strength-related

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the jbossws-issues mailing list