TritonDataCenter / sdc-portolan

Triton VXLAN lookup daemon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sdc-portolan

This repository is part of the Triton Data Center project. See the contribution guidelines and general documentation at the main Triton project page.

Portolan is the service for looking up VXLAN underlay devices.

Development

To run style and lint checks:

make check

To run all checks and tests:

make prepush

Testing

Unit tests

To run all tests:

make test

To run an individual test:

node ./test/unit/testname.test.js

Integration tests

To run an individual test:

node ./test/integration/testname.test.js

If you're not in the portolan zone, you can run an individual test by setting the MORAY_HOST environment variable:

MORAY_HOST=10.99.99.17 node ./test/integration/backend.test.js

About

Triton VXLAN lookup daemon

License:Mozilla Public License 2.0


Languages

Language:JavaScript 80.5%Language:Shell 8.9%Language:C 6.5%Language:Makefile 4.1%