Package org.opendaylight.neutron.e2etest
Class NeutronL2GatewayConnectionTests
- java.lang.Object
-
- org.opendaylight.neutron.e2etest.NeutronL2GatewayConnectionTests
-
public class NeutronL2GatewayConnectionTests extends Object
-
-
Constructor Summary
Constructors Constructor Description NeutronL2GatewayConnectionTests(String base)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
l2gateway_connection_collection_get_test()
void
l2gateway_connection_create_without_port_test()
void
l2gateway_connection_delete_test()
void
l2gateway_connection_delete_without_port_test()
void
l2gateway_connection_element_get_test()
void
l2gateway_connection_element_get_with_query_test()
void
l2gateway_connection_element_get_without_port_test()
void
l2gateway_connection_element_negative_get_test()
static void
runTests(String base)
String
singleton_l2gateway_connection_create_test()
void
singleton_l2gateway_connection_get_with_one_query_test(String createJsonString)
-
-
-
Constructor Detail
-
NeutronL2GatewayConnectionTests
public NeutronL2GatewayConnectionTests(String base)
-
-
Method Detail
-
l2gateway_connection_collection_get_test
public void l2gateway_connection_collection_get_test()
-
singleton_l2gateway_connection_create_test
public String singleton_l2gateway_connection_create_test()
-
singleton_l2gateway_connection_get_with_one_query_test
public void singleton_l2gateway_connection_get_with_one_query_test(String createJsonString)
-
l2gateway_connection_element_get_test
public void l2gateway_connection_element_get_test()
-
l2gateway_connection_element_get_with_query_test
public void l2gateway_connection_element_get_with_query_test()
-
l2gateway_connection_delete_test
public void l2gateway_connection_delete_test()
-
l2gateway_connection_element_negative_get_test
public void l2gateway_connection_element_negative_get_test()
-
l2gateway_connection_create_without_port_test
public void l2gateway_connection_create_without_port_test()
-
l2gateway_connection_element_get_without_port_test
public void l2gateway_connection_element_get_without_port_test()
-
l2gateway_connection_delete_without_port_test
public void l2gateway_connection_delete_without_port_test()
-
runTests
public static void runTests(String base)
-
-