/cloudify-manager

Cloudify's manager related code

Primary LanguagePythonApache License 2.0Apache-2.0

Cloudify Manager

  • Master Branch Build Status

This repository contains the following Cloudify components:

REST API Reference

See here.

Running Integration Tests

Integration tests can found within the tests folder of this repository.

Prerequisites:

An Ubuntu operating system.

Running the tests:

Run run-tests.sh run-integration-tests

  • Use the run-tests.sh script with care as its intended to be used with clean virtual machine.
  • In order to run integration tests on a development machine, follow the commands written in the run-integration-tests function and make sure to have a running instance of a RabbitMQ server.