Package org.opendaylight.neutron.e2etest
Class NeutronTapFlowTests
- java.lang.Object
-
- org.opendaylight.neutron.e2etest.NeutronTapFlowTests
-
public class NeutronTapFlowTests extends Object
-
-
Constructor Summary
Constructors Constructor Description NeutronTapFlowTests(String base)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
runTests(String base)
String
singleton_tap_flow_create_test()
void
singleton_tap_flow_get_with_query_item_test(String createJsonString)
void
tap_flow_collection_get_test()
void
tap_flow_delete_test()
void
tap_flow_element_get_test()
void
tap_flow_element_get_with_query_test()
void
tap_flow_element_negative_get_test()
void
tap_flow_modify_test()
-
-
-
Constructor Detail
-
NeutronTapFlowTests
public NeutronTapFlowTests(String base)
-
-
Method Detail
-
tap_flow_collection_get_test
public void tap_flow_collection_get_test()
-
singleton_tap_flow_create_test
public String singleton_tap_flow_create_test()
-
singleton_tap_flow_get_with_query_item_test
public void singleton_tap_flow_get_with_query_item_test(String createJsonString)
-
tap_flow_modify_test
public void tap_flow_modify_test()
-
tap_flow_element_get_test
public void tap_flow_element_get_test()
-
tap_flow_element_get_with_query_test
public void tap_flow_element_get_with_query_test()
-
tap_flow_delete_test
public void tap_flow_delete_test()
-
tap_flow_element_negative_get_test
public void tap_flow_element_negative_get_test()
-
runTests
public static void runTests(String base)
-
-