https://github.com/offa/cet
Simple test execution, mostly for container environments.
https://github.com/offa/cet
container container-test cpp cpp17 systemtesting
Last synced: 16 days ago
JSON representation
Simple test execution, mostly for container environments.
- Host: GitHub
- URL: https://github.com/offa/cet
- Owner: offa
- License: gpl-3.0
- Created: 2020-07-02T15:47:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-12T19:04:44.000Z (12 months ago)
- Last Synced: 2025-01-20T08:11:40.686Z (12 months ago)
- Topics: container, container-test, cpp, cpp17, systemtesting
- Language: C++
- Homepage:
- Size: 119 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# cet – Container Environment Test
[](https://github.com/offa/cet/actions)
[](https://github.com/offa/cet/releases)
[](LICENSE)
[]()
Simple test execution, mostly for container environments.
The tests are executed *within* the environment under tests.
### Configuration
Configuration is done through a Yaml file (default: `cet.yml`):
###### Example
```yml
files:
- /bin/gcc
- /bin/g++
- /tmp/example/file1.conf
directories:
- /usr/lib/gcc
- /usr/lib/clang
- /tmp/dir/example
envs:
- CC
- CXX
- name: ENV_WITH_VALUE
value: /bin/true
```