Github user karuturi commented on the pull request:
https://github.com/apache/cloudstack/pull/218#issuecomment-98117972
There are two unittests failing with the below error
```java
Running
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.078 sec
<<< FAILURE! - in
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest
testMount(org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest)
Time elapsed: 0.07 sec <<< ERROR!
javax.naming.ConfigurationException: Unable to find agent.properties.
at
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest.loadProperties(NfsSecondaryStorageResourceTest.java:95)
at
org.apache.cloudstack.storage.resource.NfsSecondaryStorageResourceTest.setUp(NfsSecondaryStorageResourceTest.java:55)
Running
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec
<<< FAILURE! - in
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest
testExecuteRequest(org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest)
Time elapsed: 0.001 sec <<< ERROR!
javax.naming.ConfigurationException: Unable to find agent.properties.
at
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest.loadProperties(LocalNfsSecondaryStorageResourceTest.java:129)
at
org.apache.cloudstack.storage.resource.LocalNfsSecondaryStorageResourceTest.setUp(LocalNfsSecondaryStorageResourceTest.java:68)
Results :
Tests in error:
LocalNfsSecondaryStorageResourceTest.setUp:68->loadProperties:129
Configuration
NfsSecondaryStorageResourceTest.setUp:55->loadProperties:95 Configuration
Unab...
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0
```
---
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 [email protected] or file a JIRA ticket
with INFRA.
---