Skip to content

bwarden/tests

 
 

Repository files navigation

Tests

Clear Containers Tests Repository

Functional tests

To run all functional tests, run:

$ make functional

By default, the functional tests use the version of cc-runtime set in the environment variable RUNTIME but you can easily change it using Environment variables. For example:

$ RUNTIME="/usr/local/bin/cc-runtime" make functional

In the above example the version installed in /usr/local/bin of the Runtime is used.

Environment variables

  • RUNTIME - Path of Clear Containers Runtime, the default path is cc-runtime
  • TIMEOUT - Time limit in seconds for each test, the default timeout is 5

About

Clear Container Tests Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 64.2%
  • Shell 33.8%
  • Makefile 2.0%