Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.38 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.38 KB

perceval-opnfv Build Status Coverage Status

Bundle of Perceval backends for OPNFV ecosystem.

Backends

The backends currently managed by this package support the next repositories:

  • Functest

Requirements

  • Python >= 3.7
  • python3-requests >= 2.7
  • grimoirelab-toolkit >= 0.2.0
  • perceval >= 0.12.12

Installation

To install this package you will need to clone the repository first:

$ git clone https://github.com/grimoirelab/perceval-opnfv.git

Then you can execute the following commands:

$ pip3 install -r requirements.txt
$ pip3 install -e .

In case you are a developer, you should execute the following commands to install Perceval in your working directory (option -e) and the packages of requirements_tests.txt.

$ pip3 install -r requirements.txt
$ pip3 install -r requirements_test.txt
$ pip3 install -e .

Examples

Functest

$ perceval functest http://testresults.opnfv.org/test/ --from-date 2017-06-01 --to-date 2017-06-02

License

Licensed under GNU General Public License (GPL), version 3 or later.