Jump to: navigation, search

Difference between revisions of "VMWareAPI/TestDay"

Line 27: Line 27:
  
  
== How to test? ===
+
== How to test? ==
 
what do they need to do here other than start up their devstack env?
 
what do they need to do here other than start up their devstack env?
  
Line 34: Line 34:
 
# Load an image into Glance
 
# Load an image into Glance
 
=== Nova Basic ===
 
=== Nova Basic ===
# Create a network
+
# Create a network (already done in devstack.  need to do again??)
 
=== Nova Core ===
 
=== Nova Core ===
 
# Launch an instance
 
# Launch an instance
 +
# Stop instance
 +
# Start insance
 
# Attach a volume
 
# Attach a volume
 +
# Detach the volume
 
# Add a floating IP
 
# Add a floating IP
 
=== Nova boot from volume ===
 
=== Nova boot from volume ===
 
# Snapshot a volume
 
# Snapshot a volume
# Boot from snapstho
+
# Boot from snapshot
=== Neutron ====
+
=== Neutron ===
 
=== Cinder ===
 
=== Cinder ===
 
=== Glance ===
 
=== Glance ===

Revision as of 22:48, 20 March 2014

Who will help with the wiki

IRC Name Email Area of Expertise
arnaud alegendre@vmware.com Glance
garyk garyk@vmware.com Nova
arosen arisen@vmware.com Neutron
????  ???? Cinder


What we are looking for is something like Fedora TestDay where we have instructions on what to test and a place people can post their results. Ideally we will test nova, glance, cinder, and neutron - but people should be able to pick what to do.

Who's Available

The following folks will be available on irc during test day to answer questions, do testing, work on bugs, etc

tjones

Prerequisite for Test Day

A vSphere environment (describe??)
A devstack deployment at top of tree


How to test?

what do they need to do here other than start up their devstack env?

Test Cases:

Prep

  1. Load an image into Glance

Nova Basic

  1. Create a network (already done in devstack. need to do again??)

Nova Core

  1. Launch an instance
  2. Stop instance
  3. Start insance
  4. Attach a volume
  5. Detach the volume
  6. Add a floating IP

Nova boot from volume

  1. Snapshot a volume
  2. Boot from snapshot

Neutron

Cinder

Glance