/container-config

Primary LanguageGoApache License 2.0Apache-2.0

Running toolkit tests locally

make build-ubuntu18.04

To run only the toolkit tests:

export TEST_CASES=toolkit
make test-ubuntu18.04

To check the generated files in shared-ubuntu18.04 (i.e. skipping cleanup)

export CLEANUP=false
make test-ubuntu18.04