> +import org.jclouds.openstack.nova.v2_0.extensions.InterfaceApi;
> +import org.jclouds.openstack.nova.v2_0.internal.BaseNovaApiExpectTest;
> +import org.jclouds.openstack.nova.v2_0.options.AttachInterfaceOptions;
> +import 
> org.jclouds.openstack.nova.v2_0.parse.ParseInterfaceAttachmentListTest;
> +import org.jclouds.openstack.nova.v2_0.parse.ParseInterfaceAttachmentTest;
> +import org.testng.annotations.Test;
> +
> +import java.net.URI;
> +
> +import static org.testng.Assert.assertEquals;
> +
> +/**
> + *
> + */
> +@Test(groups = "unit", testName = "InterfaceApiExpectTest")
> +public class InterfaceApiExpectTest extends BaseNovaApiExpectTest {

Does not seem to have fail tests, i.e. ...ResponseIs4xx() tests. Intended?

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

Reply via email to