sdc-portolan
April 24, 2024 ยท View on GitHub
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