Tools for troubleshooting OpenDaylight


Keywords
development
License
EPL-1.0
Install
pip install odltools==0.1.34

Documentation

odltools

https://travis-ci.org/shague/odltools.png?branch=master https://pypip.in/d/odltools/badge.png https://pypip.in/v/odltools/badge.png Wheel Status License

A tool to troubleshoot the NetVirt OpenDaylight OpenStack integration.

The tool can be used to get mdsal model dumps, openvswitch flow dumps and extracting dumps from CSIT output.xml files.

odltool's documentation can be found at Read The Docs - TBD.

Requirements

  • python 2.7, 3.3, 3.4, 3.5, 3.6
  • requests

Installation

pip install odltools

Usage

usage: python -m odltools [-h] [-v] [-V] {csit,model,analyze} ...

OpenDaylight Troubleshooting Tools

optional arguments:
  -h, --help            show this help message and exit
  -v, --verbose         verbosity (-v, -vv)
  -V, --version         show program's version number and exit

subcommands:
  Command Tool

  {csit,model,analyze}

Contribute

odltools is an open source projects that welcomes any and all contributions from the community. odltools is hosted on GitHub .

Feel free to contribute to:

Please see the Contributor Guidelines for information about contributing.

License

See the LICENSE file