Charm Interface - BGP
Go to file
Hervé Beraud e134357244 Use unittest.mock instead of mock
The mock third party library was needed for mock support in py2
runtimes. Since we now only support py36 and later, we can use the
standard lib unittest.mock module instead.

Note that https://github.com/openstack/charms.openstack is used during tests
and he need `mock`, unfortunatelly it doesn't declare `mock` in its
requirements so it retrieve mock from other charm project (cross dependency).
So we depend on charms.openstack first and when
Ib1ed5b598a52375e29e247db9ab4786df5b6d142 will be merged then CI
will pass without errors.

Depends-On: Ib1ed5b598a52375e29e247db9ab4786df5b6d142
Change-Id: Iaf7949e304a6e11ff0ac47875bec69c7ccb2d621
2020-06-09 16:39:59 +02:00
unit_tests Use unittest.mock instead of mock 2020-06-09 16:39:59 +02:00
.gitignore Re-add gate jobs, enabling py3 gate 2018-10-12 13:14:45 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:49:14 +00:00
.stestr.conf Fix generate_asn mask and add unit tests 2018-05-09 12:11:31 +02:00
.zuul.yaml [ussuri][goal] Updates for python 2.7 drop 2020-03-24 17:31:29 +00:00
LICENSE Initial commit 2018-01-31 13:13:12 +01:00
README.md Update link to Quagga Charm 2018-02-08 20:35:34 +01:00
interface.yaml Fix generate_asn mask and add unit tests 2018-05-09 12:11:31 +02:00
provides.py Add support for generating 16-bit ASn 2018-05-21 06:27:23 +02:00
requires.py Initial commit 2018-01-31 13:13:12 +01:00
test-requirements.txt Use unittest.mock instead of mock 2020-06-09 16:39:59 +02:00
tox.ini [ussuri][goal] Updates for python 2.7 drop 2020-03-24 17:31:29 +00:00

README.md

Overview

This is a interface for use with implementing BGP releations between Juju Charms.

Take a look at the Quagga Charm for example usage.