Giter Club home page Giter Club logo

foghorn's Introduction

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

foghorn's People

Contributors

etiennep avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.