Skip to content

jlebleu/xivo-confd

 
 

Repository files navigation

XiVO CONFD

Build Status

XiVO CONFD is a web server that provides a RESTful service for configuring and managing a XiVO server. Further details on how to use the API can be found on the XiVO documentation web site

Installing CONFD

The server is already provided as a part of XiVO. Please refer to the documentation for further details on installing one.

Running unit tests

  1. Install requirements with pip install -r requirements.txt
  2. Run tests with nosetests xivo_confd

Running functional tests

  1. Install and configure the XiVO acceptance library
  2. Go into acceptance/features_1_1
  3. Run any of the files with lettuce