Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 671 Bytes

DEVELOPING.md

File metadata and controls

23 lines (15 loc) · 671 Bytes

Developing

Developer Setup

Documented here ...

Running Functional Tests

There are a couple ways to run functional tests:

  1. A docker-compose setup (the same as used in CI)
  2. Locally against your own installation

...Against docker compose

  1. Modify the tests/functional/local.env file to meet your needs
  2. source tests/functional/local.env
  3. make setup-and-test-functional-grype or make setup-and-test-functional-legacy to standup engine and run the functional tests.

...Run locally

  1. Modify the tests/functional/local.env file to meet your needs
  2. source tests/functional/local.env
  3. tox tests/functional