> +import org.jclouds.compute.domain.Hardware;
> +import org.jclouds.softlayer.domain.Datacenter;
> +import org.jclouds.softlayer.domain.OperatingSystem;
> +import org.jclouds.softlayer.domain.VirtualGuest;
> +import org.testng.annotations.Test;
> +
> +import static org.testng.Assert.assertEquals;
> +import static org.testng.Assert.assertNotNull;
> +import static org.testng.Assert.assertTrue;
> +
> +/**
> + * Tests the function that transforms SoftLayer VirtualGuest to generic 
> hardware.
> + * 
> + * @author Andrea Turli
> + */
> +@Test(testName = "VirtualGuestToHardwareTest")

Add `groups="unit"`.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r12882834

Reply via email to