Hi everyone, I took a stab at getting the pieces together for a very basic knox test. I put it up here for a preview https://github.com/sumitg/knox-minikdc-test. Please note that it will be cleaned up if we decide we want to put something like this in knox project.
The way I understand Kevin¹s thoughts, I would add a maven module (something like Œgateway-test-secure¹ or Œgateway-test-integration¹?) and a maven profile that triggers the test suite run, so that we can have a separate job for this or run it locally by passing in the profile name. I will be happy to add a bunch of the webhdfs tests to start this off. I imagine we¹ll iterate over this over time and keep adding more support for various services and the associated tests for them. Sumit. On 1/5/16, 3:33 PM, "larry mccay" <[email protected]> wrote: >+1 on adding secure tests! > >What functionality do we want to test as part of this suite initially? > > >On Tue, Jan 5, 2016 at 2:59 PM, Kevin Minder ><[email protected]> >wrote: > >> Hey Everyone, >> I ran across this test in Hadoop the other day. >> >> >>https://github.com/apache/hadoop/blob/2f623fb8cc3dc49221216c3b46b6f511448 >>11904/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdf >>s/qjournal/TestSecureNNWithQJM.java >> I was thinking it could be the bases for a secure functional test. We >>are >> sorely missing those. My basic thought would be that this type of test >> would have a separate maven profile and would run as a separate jenkins >>job. >> Kevin. >>
