Github user m4rkmckenna commented on a diff in the pull request:

    https://github.com/apache/brooklyn-server/pull/516#discussion_r101894381
  
    --- Diff: 
karaf/itests/src/test/java/org/apache/brooklyn/karaf/itests/FeatureInstallationTest.java
 ---
    @@ -0,0 +1,83 @@
    +/*
    + * Licensed to the Apache Software Foundation (ASF) under one or more
    + * contributor license agreements.  See the NOTICE file distributed with
    + * this work for additional information regarding copyright ownership.
    + * The ASF licenses this file to You under the Apache License, Version 2.0
    + * (the "License"); you may not use this file except in compliance with
    + * the License.  You may obtain a copy of the License at
    + *
    + *     http://www.apache.org/licenses/LICENSE-2.0
    + *
    + * Unless required by applicable law or agreed to in writing, software
    + * distributed under the License is distributed on an "AS IS" BASIS,
    + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    + * See the License for the specific language governing permissions and
    + * limitations under the License.
    + */
    +package org.apache.brooklyn.karaf.itests;
    +
    +import static org.ops4j.pax.exam.CoreOptions.maven;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.configureSecurity;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFileExtend;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.editConfigurationFilePut;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.karafDistributionConfiguration;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.keepRuntimeFolder;
    +import static 
org.ops4j.pax.exam.karaf.options.KarafDistributionOption.logLevel;
    +
    +import java.io.File;
    +
    +import javax.inject.Inject;
    +
    +import org.apache.karaf.features.FeaturesService;
    +import org.junit.Test;
    +import org.junit.runner.RunWith;
    +import org.ops4j.pax.exam.Configuration;
    +import org.ops4j.pax.exam.Option;
    +import org.ops4j.pax.exam.junit.PaxExam;
    +import org.ops4j.pax.exam.karaf.options.LogLevelOption;
    +import org.ops4j.pax.exam.options.MavenArtifactUrlReference;
    +import org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy;
    +import org.ops4j.pax.exam.spi.reactors.PerClass;
    +
    +
    +@RunWith(PaxExam.class)
    +@ExamReactorStrategy(PerClass.class)
    +public class FeatureInstallationTest extends TestBase {
    +
    --- End diff --
    
    Can you comment on how this differs from the `verify` phase of the 
[karaf-maven-plugin](https://svn.apache.org/repos/asf/karaf/site/production/manual/latest/karaf-maven-plugin.html#__code_karaf_verify_code)
    
    (Differentiator to karaf-maven-plugin) Should we be performing some sort of 
assertion after feature install?
    
    ie can we establish the health of the karaf / brooklyn kernel?


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to