Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 427 Bytes

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 427 Bytes

Contributing to SRS-ENB-UE-Operator

Build

snap install charmcraft
charmcraft pack

Deploy

juju deploy ./srs-enb-ue.charm

Develop

Create and activate a virtualenv with the development requirements:

virtualenv -p python3 venv
source venv/bin/activate

Testing is done using tox:

tox -e unit  # Unit tests
tox -e lint  # Linting
tox -e static  # Static analysis