You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by da...@apache.org on 2014/01/07 18:32:22 UTC

git commit: Some comments in the SSH Command itests.

Updated Branches:
  refs/heads/master f7356e71e -> e2e59666f


Some comments in the SSH Command itests.


Project: http://git-wip-us.apache.org/repos/asf/karaf/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf/commit/e2e59666
Tree: http://git-wip-us.apache.org/repos/asf/karaf/tree/e2e59666
Diff: http://git-wip-us.apache.org/repos/asf/karaf/diff/e2e59666

Branch: refs/heads/master
Commit: e2e59666fbd8c9c68de1179cebabf555d2f16043
Parents: f7356e7
Author: David Bosschaert <da...@apache.org>
Authored: Tue Jan 7 17:31:47 2014 +0000
Committer: David Bosschaert <da...@apache.org>
Committed: Tue Jan 7 17:31:47 2014 +0000

----------------------------------------------------------------------
 .../org/apache/karaf/itests/BundleSshCommandSecurityTest.java    | 4 ++++
 .../org/apache/karaf/itests/ConfigSshCommandSecurityTest.java    | 4 ++++
 2 files changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/e2e59666/itests/src/test/java/org/apache/karaf/itests/BundleSshCommandSecurityTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/BundleSshCommandSecurityTest.java b/itests/src/test/java/org/apache/karaf/itests/BundleSshCommandSecurityTest.java
index 5a74d92..2c07cb1 100644
--- a/itests/src/test/java/org/apache/karaf/itests/BundleSshCommandSecurityTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/BundleSshCommandSecurityTest.java
@@ -19,6 +19,10 @@ import org.ops4j.pax.exam.junit.PaxExam;
 import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
 import org.ops4j.pax.exam.spi.reactors.PerClass;
 
+/**
+ * This test exercises the Shell Command ACL for the bundle scope commands as defined in
+ * /framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.bundle.cfg
+ */
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class BundleSshCommandSecurityTest extends SshCommandTestBase {

http://git-wip-us.apache.org/repos/asf/karaf/blob/e2e59666/itests/src/test/java/org/apache/karaf/itests/ConfigSshCommandSecurityTest.java
----------------------------------------------------------------------
diff --git a/itests/src/test/java/org/apache/karaf/itests/ConfigSshCommandSecurityTest.java b/itests/src/test/java/org/apache/karaf/itests/ConfigSshCommandSecurityTest.java
index 81d50a1..fb9ec96 100644
--- a/itests/src/test/java/org/apache/karaf/itests/ConfigSshCommandSecurityTest.java
+++ b/itests/src/test/java/org/apache/karaf/itests/ConfigSshCommandSecurityTest.java
@@ -22,6 +22,10 @@ import org.ops4j.pax.exam.junit.PaxExam;
 import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
 import org.ops4j.pax.exam.spi.reactors.PerClass;
 
+/**
+ * This test exercises the Shell Command ACL for the config scope commands as defined in
+ * /framework/src/main/resources/resources/etc/org.apache.karaf.command.acl.config.cfg
+ */
 @RunWith(PaxExam.class)
 @ExamReactorStrategy(PerClass.class)
 public class ConfigSshCommandSecurityTest extends SshCommandTestBase {