org.dasein.cloud.test.network
Class StatefulVLANTests

java.lang.Object
  extended by org.dasein.cloud.test.network.StatefulVLANTests

public class StatefulVLANTests
extends Object

[Class Documentation]

Created by George Reese: 2/21/13 1:15 PM

Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatefulVLANTests()
           
 
Method Summary
 void addRouteToGateway()
           
 void addRouteToNetworkInterface()
           
 void addRouteToVM()
           
 void after()
           
 void before()
           
static void cleanUp()
           
static void configure()
           
 void connectInternetGateway()
           
 void launchVM()
           
 void provisionRoutingTable()
           
 void provisionSubnet()
           
 void provisionVLAN()
           
 void removeInternetGateway()
           
 void removeRoutingTable()
           
 void removeSubnet()
           
 void removeVLAN()
           
 void removeVLANwithFirewallRule()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final org.junit.rules.TestName name
Constructor Detail

StatefulVLANTests

public StatefulVLANTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

provisionSubnet

public void provisionSubnet()
                     throws org.dasein.cloud.CloudException,
                            org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

provisionVLAN

public void provisionVLAN()
                   throws org.dasein.cloud.CloudException,
                          org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

provisionRoutingTable

public void provisionRoutingTable()
                           throws org.dasein.cloud.CloudException,
                                  org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeVLAN

public void removeVLAN()
                throws org.dasein.cloud.CloudException,
                       org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeVLANwithFirewallRule

public void removeVLANwithFirewallRule()
                                throws org.dasein.cloud.CloudException,
                                       org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeRoutingTable

public void removeRoutingTable()
                        throws org.dasein.cloud.CloudException,
                               org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeSubnet

public void removeSubnet()
                  throws org.dasein.cloud.CloudException,
                         org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

launchVM

public void launchVM()
              throws org.dasein.cloud.CloudException,
                     org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

connectInternetGateway

public void connectInternetGateway()
                            throws org.dasein.cloud.CloudException,
                                   org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

removeInternetGateway

public void removeInternetGateway()
                           throws org.dasein.cloud.CloudException,
                                  org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addRouteToVM

public void addRouteToVM()
                  throws org.dasein.cloud.CloudException,
                         org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addRouteToNetworkInterface

public void addRouteToNetworkInterface()
                                throws org.dasein.cloud.CloudException,
                                       org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException

addRouteToGateway

public void addRouteToGateway()
                       throws org.dasein.cloud.CloudException,
                              org.dasein.cloud.InternalException
Throws:
org.dasein.cloud.CloudException
org.dasein.cloud.InternalException


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.