There are a couple ways to run functional tests:
- A docker-compose setup (the same as used in CI)
- Locally against your own installation
- Modify the
tests/functional/local.env
file to meet your needs source tests/functional/local.env
make setup-and-test-functional-grype
ormake setup-and-test-functional-legacy
to standup engine and run the functional tests.
- Modify the
tests/functional/local.env
file to meet your needs source tests/functional/local.env
tox tests/functional