org.dasein.cloud.test.compute
Class StatelessSnapshotTests

java.lang.Object
  extended by org.dasein.cloud.test.compute.StatelessSnapshotTests

public class StatelessSnapshotTests
extends Object

Tests stateless aspects of volumes snapshots as they should appear to consumers of the Dasein Cloud API.

Created by George Reese: 2/26/13 9:09 PM

Since:
2013.04
Version:
2013.04 initial version
Author:
George Reese

Field Summary
 org.junit.rules.TestName name
           
 
Constructor Summary
StatelessSnapshotTests()
           
 
Method Summary
 void after()
           
 void before()
           
 void checkMetaData()
           
static void cleanUp()
           
 void compareVSnapshotListAndStatus()
           
static void configure()
           
 void getBogusSnapshot()
           
 void getSnapshot()
           
 void listSnapshots()
           
 void listSnapshotStatus()
           
 void snapshotContent()
           
 
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

StatelessSnapshotTests

public StatelessSnapshotTests()
Method Detail

configure

public static void configure()

cleanUp

public static void cleanUp()

before

public void before()

after

public void after()

checkMetaData

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

getBogusSnapshot

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

getSnapshot

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

snapshotContent

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

listSnapshots

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

listSnapshotStatus

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

compareVSnapshotListAndStatus

public void compareVSnapshotListAndStatus()
                                   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.