Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidboylan/fogtest

Basic script for testing fog against an openstack cloud
https://github.com/squidboylan/fogtest

Last synced: 24 days ago
JSON representation

Basic script for testing fog against an openstack cloud

Awesome Lists containing this project

README

        

# FogTest
Simple script that tests the basic fog functionality against an openstack
cloud.

Tests
-----
+ List images
+ List flavors
+ List servers
+ List security groups
+ Get image
+ Get flavor
+ Launch instance
+ Create security group
+ Get unused floating ip
+ Attach ip to instance
+ Detach ip from instance
+ Create volume
+ Attach volume to instance
+ Detach volume from instance
+ Delete volume
+ Delete instance
+ Delete security group