Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: Allow overriding packages for integration test
Adds a new variable `INTEGRATION_TEST_PACKAGES` which sets the packages used by the `test-integration` make target allowing it to be more easily modified for local development testing. Example: ``` INTEGRATION_TEST_PACKAGES=tests/common/dnspolicy/... INTEGRATION_TESTS_EXTRA_ARGS='-v --repeat=4 --focus="valid target"' INTEGRATION_TEST_NUM_PROCESSES=4 INTEGRATION_TEST_NUM_CORES=2 make test-integration ``` Signed-off-by: Michael Nairn <[email protected]>
- Loading branch information