----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39585/ -----------------------------------------------------------
Review request for geode, Anthony Baker, Kirk Lund, and Dan Smith. Repository: geode Description ------- 1. CommandTestBase - Base class for all the CLI/gfsh command dunit tests. 2. HeadlessGfsh - Gfsh as an API (and not a shell in terminal) which can be used to submit random commands and get command-result object, output string and errors 3. IntegratedSecDUnitTest - Tests gfsh data-commands, monitoring commands by granting/revoking different Roles - DATA_READ/DATA_WRITE/ADMIN/MONITOR, JMX as well as GemFire cache APIs 4. MBeanSecurityJUnitTest - Test all mbean operations by granting and revoking the access levels required for performing that operation 5. TestAccessControl & TestAuthenticator - In-memory implementation of GemFire Security Plging with verbose logging used for testing. Diffs ----- gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/CommandTestBase.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/HeadlessGfsh.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/HeadlessGfshJUnitTest.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/IntegratedSecDUnitTest.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/MBeanSecurityJUnitTest.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/ResultHandler.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/TestAccessControl.java PRE-CREATION gemfire-core/src/test/java/com/gemstone/gemfire/management/internal/security/TestAuthenticator.java PRE-CREATION Diff: https://reviews.apache.org/r/39585/diff/ Testing ------- File Attachments ---------------- Dunit Patch https://reviews.apache.org/media/uploaded/files/2015/10/23/7e17def8-8451-459e-b5fe-56aa753fdc8e__int-sec-dunit.patch Thanks, Tushar Khairnar
