Skip to content

FogHorn is a cucumber-based testing framework to used validate OpenStack deployments.

Notifications You must be signed in to change notification settings

stagrlee/foghorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FogHorn - OpenStack Testing Framework

Introduction

FogHorn is a cucumber-based testing framework used to validate OpenStack system deployments. Its aim is to simplify testing of underlying OpenStack sub-systems in order to validate that everything has been deployed and configured properly.

Getting Started

Pre-requisites

  • Ruby (this has been tested on Ruby 1.9.3)
  • RubyGems
  • Bundler

Getting Ready To Test

Once all the required software has been installed, run the following command:

bundle install

This will install the Fog client, the Cucumber framework and other dependencies.

Configuring the Framework

To configure the framework to point to your specific OpenStack system make sure the following environment variables are defined:

  • FOGHORN_OS_AUTH_HOS: the IP address or hostname where Keystone is running.
  • FOGHORN_OS_AUTH_PORT: the port on which Keystone is listening (defautls to 35357).
  • FOGHORN_OS_TENANT: the tenant used to authenticate and perform various operations.
  • FOGHORN_OS_USER: the user ID to authenticate with.
  • FOGHORN_OS_PASSWORD: the password

Running the Tests

To run the test suite, run the following command:

bundle exec cucumber

About

FogHorn is a cucumber-based testing framework to used validate OpenStack deployments.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages