neykov commented on this pull request.
> + featuresService.installFeature("jclouds-rackspace-cloudfiles-us");
+ }
+
+ @Test
+ public void testServerloveZ1ManFeature() throws Exception {
+ featuresService.installFeature("jclouds-serverlove-z1-man");
+ }
+
+ @Test
+ public void testSkalicloudSdgMyFeature() throws Exception {
+ featuresService.installFeature("jclouds-skalicloud-sdg-my");
+ }
+
+ @Test
+ public void testSoftlayerFeature() throws Exception {
+ featuresService.installFeature("jclouds-softlayer");
It doesn't use a container - just does the bundle wiring step to make sure its
dependencies can be met. Which is essentially what we are doing here. These
tests would still be needed for more complex integration testing.
This is just FYI, no action needed. It's already a huge improvement to what was
there before.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/92#discussion_r104717822