-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/36935/
-----------------------------------------------------------
Review request for atlas.
Bugs: ATLAS-86
https://issues.apache.org/jira/browse/ATLAS-86
Repository: atlas
Description
-------
Main changes:
1. Moved security tests from hive-bridge module to webapp
2. In security tests - moved common code out to base classes, changed the
keystore/war paths to absolute paths, writing application/client properties to
random target
3. commons-configuration 1.10 already supports variables. So, removed manual
handling of variables
Diffs
-----
addons/hive-bridge/pom.xml 117d76c
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/BaseSSLAndKerberosTest.java
11163c8
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/NegativeSSLAndKerberosHiveHookIT.java
891e06c
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLAndKerberosHiveHookIT.java
7471680
addons/hive-bridge/src/test/java/org/apache/atlas/hive/hook/SSLHiveHookIT.java
b114d5a
client/pom.xml be19a71
client/src/main/java/org/apache/atlas/ApplicationProperties.java ad87d8d
client/src/main/java/org/apache/atlas/security/SecureClientUtils.java b70c5ce
client/src/test/resources/application.properties 9672d1e
pom.xml c201b4c
src/conf/application.properties 51f2529
webapp/pom.xml 86e1ebf
webapp/src/main/java/org/apache/atlas/web/service/SecureEmbeddedServer.java
ca71293
webapp/src/test/java/org/apache/atlas/web/TestUtils.java PRE-CREATION
webapp/src/test/java/org/apache/atlas/web/security/BaseSSLAndKerberosTest.java
PRE-CREATION
webapp/src/test/java/org/apache/atlas/web/security/BaseSecurityTest.java
67f3901
webapp/src/test/java/org/apache/atlas/web/security/NegativeSSLAndKerberosIT.java
PRE-CREATION
webapp/src/test/java/org/apache/atlas/web/security/SSLAndKerberosIT.java
PRE-CREATION
webapp/src/test/java/org/apache/atlas/web/security/SSLIT.java PRE-CREATION
Diff: https://reviews.apache.org/r/36935/diff/
Testing
-------
UTs
Thanks,
Shwetha GS