Github user karuturi commented on the pull request:

    https://github.com/apache/cloudstack/pull/609#issuecomment-123668417
  
    ```
    root@Rajani's MS ~/source/cloudstack/plugins/user-authenticators/ldap 
(CLOUDSTACK-8596)$ mvn clean test
    [INFO] Scanning for projects...
    [INFO]
    [INFO] 
------------------------------------------------------------------------
    [INFO] Building Apache CloudStack Plugin - User Authenticator LDAP 
4.6.0-SNAPSHOT
    [INFO] 
------------------------------------------------------------------------
    [INFO]
    [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Deleting 
/root/source/cloudstack/plugins/user-authenticators/ldap/target (includes = 
[**/*], excludes = [])
    [INFO] Deleting /root/source/cloudstack/plugins/user-authenticators/ldap 
(includes = [target, dist], excludes = [])
    [INFO]
    [INFO] --- maven-checkstyle-plugin:2.11:check (cloudstack-checkstyle) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Starting audit...
    Audit done.
    
    [INFO]
    [INFO] --- maven-remote-resources-plugin:1.3:process (default) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO]
    [INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ 
cloud-plugin-user-authenticator-ldap ---
    [debug] execute contextualize
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 2 resources
    [INFO] Copying 3 resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Changes detected - recompiling the module!
    [INFO] Compiling 29 source files to 
/root/source/cloudstack/plugins/user-authenticators/ldap/target/classes
    [INFO]
    [INFO] --- gmaven-plugin:1.3:compile (default) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Compiled 38 Groovy classes
    [INFO]
    [INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) 
@ cloud-plugin-user-authenticator-ldap ---
    [debug] execute contextualize
    [INFO] Using 'UTF-8' encoding to copy filtered resources.
    [INFO] Copying 1 resource
    [INFO] Copying 3 resources
    [INFO]
    [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Nothing to compile - all classes are up to date
    [INFO]
    [INFO] --- gmaven-plugin:1.3:testCompile (default) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Compiled 38 Groovy classes
    [INFO]
    [INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ 
cloud-plugin-user-authenticator-ldap ---
    [INFO] Surefire report directory: 
/root/source/cloudstack/plugins/user-authenticators/ldap/target/surefire-reports
    
    -------------------------------------------------------
     T E S T S
    -------------------------------------------------------
    Running 
groovy.org.apache.cloudstack.ldap.NoLdapUserMatchingQueryExceptionSpec
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.304 sec - 
in groovy.org.apache.cloudstack.ldap.NoLdapUserMatchingQueryExceptionSpec
    Running groovy.org.apache.cloudstack.ldap.LdapManagerImplSpec
    log4j:WARN No appenders could be found for logger 
(org.apache.cloudstack.ldap.LdapManagerImpl).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for 
more info.
    Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec - 
in groovy.org.apache.cloudstack.ldap.LdapManagerImplSpec
    Running groovy.org.apache.cloudstack.ldap.LdapListUsersCmdSpec
    Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec - 
in groovy.org.apache.cloudstack.ldap.LdapListUsersCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapAddConfigurationCmdSpec
    Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - 
in groovy.org.apache.cloudstack.ldap.LdapAddConfigurationCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapUserSpec
    Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec - 
in groovy.org.apache.cloudstack.ldap.LdapUserSpec
    Running groovy.org.apache.cloudstack.ldap.LdapAuthenticatorSpec
    Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec - 
in groovy.org.apache.cloudstack.ldap.LdapAuthenticatorSpec
    Running groovy.org.apache.cloudstack.ldap.LdapConfigurationVOSpec
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec - 
in groovy.org.apache.cloudstack.ldap.LdapConfigurationVOSpec
    Running groovy.org.apache.cloudstack.ldap.OpenLdapUserManagerSpec
    Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec 
- in groovy.org.apache.cloudstack.ldap.OpenLdapUserManagerSpec
    Running groovy.org.apache.cloudstack.ldap.LdapDeleteConfigurationCmdSpec
    Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - 
in groovy.org.apache.cloudstack.ldap.LdapDeleteConfigurationCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapUserResponseSpec
    Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - 
in groovy.org.apache.cloudstack.ldap.LdapUserResponseSpec
    Running groovy.org.apache.cloudstack.ldap.LdapUserManagerFactorySpec
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 sec - 
in groovy.org.apache.cloudstack.ldap.LdapUserManagerFactorySpec
    Running groovy.org.apache.cloudstack.ldap.ADLdapUserManagerImplSpec
    Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - 
in groovy.org.apache.cloudstack.ldap.ADLdapUserManagerImplSpec
    Running groovy.org.apache.cloudstack.ldap.LdapCreateAccountCmdSpec
    Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.201 sec 
- in groovy.org.apache.cloudstack.ldap.LdapCreateAccountCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapImportUsersCmdSpec
    Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec - 
in groovy.org.apache.cloudstack.ldap.LdapImportUsersCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapSearchUserCmdSpec
    Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - 
in groovy.org.apache.cloudstack.ldap.LdapSearchUserCmdSpec
    Running groovy.org.apache.cloudstack.ldap.LdapListConfigurationCmdSpec
    Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec - 
in groovy.org.apache.cloudstack.ldap.LdapListConfigurationCmdSpec
    Running groovy.org.apache.cloudstack.ldap.NoSuchLdapUserExceptionSpec
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - 
in groovy.org.apache.cloudstack.ldap.NoSuchLdapUserExceptionSpec
    Running groovy.org.apache.cloudstack.ldap.LdapConfigurationResponseSpec
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec - 
in groovy.org.apache.cloudstack.ldap.LdapConfigurationResponseSpec
    Running groovy.org.apache.cloudstack.ldap.LdapConfigurationSpec
    Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec 
- in groovy.org.apache.cloudstack.ldap.LdapConfigurationSpec
    Running groovy.org.apache.cloudstack.ldap.LdapContextFactorySpec
    Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.082 sec - 
in groovy.org.apache.cloudstack.ldap.LdapContextFactorySpec
    Running groovy.org.apache.cloudstack.ldap.LdapConfigurationDaoImplSpec
    Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec - 
in groovy.org.apache.cloudstack.ldap.LdapConfigurationDaoImplSpec
    Running groovy.org.apache.cloudstack.ldap.LdapUtilsSpec
    Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec - 
in groovy.org.apache.cloudstack.ldap.LdapUtilsSpec
    
    Results :
    
    Tests run: 138, Failures: 0, Errors: 0, Skipped: 0
    
    [INFO] 
------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] 
------------------------------------------------------------------------
    [INFO] Total time: 11.759 s
    [INFO] Finished at: 2015-07-22T16:28:47+05:30
    [INFO] Final Memory: 40M/717M
    [INFO] 
------------------------------------------------------------------------
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to